Metadata-Version: 2.0
Name: azureml-explain-model
Version: 1.0.6
Summary: UNKNOWN
Home-page: https://docs.microsoft.com/en-us/azure/machine-learning/service/
Author: Microsoft Corp
License: https://aka.ms/azureml-sdk-license
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/x-rst
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: shap (<=0.25.2,>=0.20.0)

Microsoft Azure Machine Learning Explain Model API for Python
===================================================

This package has been tested with Python 2.7 and 3.6.
=========================

The SDK is being released currently as an interal package.

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

Machine learning (ML) explain model package is used to explain black box ML models.

 * The TabularExplainer can be used to give local and global feature importances
 * Local feature importances are for each evaluation row
 * Global feature importances summarize the most importance features at the model-level
 * Model explanations can be operationalized via explain_from_scoring_model
 * The API supports both dense (numpy or pandas) and sparse (scipy) datasets
 * The best explainer is automatically chosen for the user based on the model




