Metadata-Version: 2.1
Name: azureml-monitoring
Version: 0.1.0a19
Summary: Microsoft Azure Machine Learning Python SDK for collecting model data during operationalization
Home-page: UNKNOWN
Author: Microsoft Corporation
Author-email: amlmodeltracking@microsoft.com
License: MIT
Keywords: azure machinelearning model operationalization datacollection
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: azureml-telemetry

Microsoft Azure Machine Learning Data Collection API for Python
===============================================================

This package has been tested with Python 2.7 and 3.5.

This is a preview release
=========================

The SDK is being released as a preview, for gathering feedback.

**Future releases are subject to breaking changes.**

.. :changelog:

Release History
===============

0.1.0a15 (2019-05-14)
^^^^^^^^^^^^^^^^^^^^^

* change 'identifier' keyword param to 'designation', Supported designations: 'inputs', 'predictions', 'labels', 'signals, 'general'
* add 'collection_name' paramter to intialization params
* collect method for 'inputs' designation now returns a dictionary with correlation data
* add_correlations method added. This method will take input data and correlation data, and augment input data with correlations

0.1.0a1 (2017-05-30)
^^^^^^^^^^^^^^^^^^^^

* Preview release.

