Metadata-Version: 2.1
Name: arcus-azureml
Version: 1.1.2.2.dev202201270172
Summary: A Python library to improve MLOps methodology on Azure Machine Learning
Home-page: https://github.com/arcus-azure/arcus.azureml
Author: Arcus
Author-email: arcus-automation@codit.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: arcus-ml (>=1.0.11)
Requires-Dist: azureml-core
Requires-Dist: joblib
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# Arcus for Azure Machine Learning

This package for Python allows users to better collaborate around Azure MLOps and abstracts a lot of the complexities when running experiments and trainings locally or in the cloud.

Support for

- Remote tracking of experiments
- Distributed training

