Metadata-Version: 2.1
Name: hi-ml-azure
Version: 0.5.3
Summary: Microsoft Health Futures package to elevate and monitor scripts to an AzureML workspace
Home-page: https://github.com/microsoft/hi-ml
Author: Biomedical Imaging Team @ Microsoft Health Futures
Author-email: innereyedev@microsoft.com
License: MIT License
Keywords: Health Futures,Health Intelligence,AzureML
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: azure-ai-ml (>=1.1.1)
Requires-Dist: azure-cli (>=2.30.0)
Requires-Dist: azureml-core (>=1.42.0)
Requires-Dist: azureml-dataset-runtime[fuse] (>=1.42.0)
Requires-Dist: azureml-mlflow (>=1.42.0)
Requires-Dist: azure-storage-blob (>=12.10.0)
Requires-Dist: azureml-tensorboard (>=1.42.0)
Requires-Dist: azureml-train-core (>=1.42.0)
Requires-Dist: conda-merge (>=0.1.5)
Requires-Dist: mlflow (>=1.29.0)
Requires-Dist: pandas (>=1.3.4)
Requires-Dist: param (<2.0,>=1.12)
Requires-Dist: protobuf (<4.0)
Requires-Dist: pysocks (>=1.5.8)
Requires-Dist: ruamel.yaml (>=0.16.12)
Requires-Dist: tensorboard (>=2.6.0)
Requires-Dist: typing-extensions (>=4.3.0)

# Microsoft Health Intelligence Machine Learning Azure Toolbox

## Overview

This toolbox provides cloud integration tools for Machine Learning / AI researchers and
practitioners. ML components can be found in the sibling package `hi-ml`.

## Installation

You can install the latest version from `pypi` via

```shell
pip install hi-ml-azure
```

## Documentation

The detailed package documentation, with examples and API reference, is on
[readthedocs](https://hi-ml.readthedocs.io/en/latest/).

## Getting started

Examples that illustrate the use of the `hi-ml` toolbox can be found on
[readthedocs](https://hi-ml.readthedocs.io/en/latest/).

## Changelog

We are relying on Github's auto-generated changelog to describe what went into a release. Please check each individual release
([available here](https://github.com/microsoft/hi-ml/releases)) to see a full changelog.

## Links

* Github [https://github.com/microsoft/hi-ml](https://github.com/microsoft/hi-ml)
* Project InnerEye [http://aka.ms/InnerEye](http://aka.ms/InnerEye)


