No project description provided
Project description
Microsoft Azure Machine Learning Explain Model API for Python
===================================================
This package has been tested with Python 2.7 and 3.6.
=========================
The SDK is released with backwards compatibility guarantees.
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
* The best explainer is automatically chosen for the user based on the model
* Local feature importances are for each evaluation row
* Global feature importances summarize the most importance features at the model-level
* The API supports both dense (numpy or pandas) and sparse (scipy) datasets
* For more advanced users, individual explainers can be used
* The KernelExplainer and MimicExplainer are for BlackBox models
* The MimicExplainer is faster but less accurate than the KernelExplainer
* The TreeExplainer is for tree-based models
* The DeepExplainer is for DNN tensorflow or pytorch models
===================================================
This package has been tested with Python 2.7 and 3.6.
=========================
The SDK is released with backwards compatibility guarantees.
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
* The best explainer is automatically chosen for the user based on the model
* Local feature importances are for each evaluation row
* Global feature importances summarize the most importance features at the model-level
* The API supports both dense (numpy or pandas) and sparse (scipy) datasets
* For more advanced users, individual explainers can be used
* The KernelExplainer and MimicExplainer are for BlackBox models
* The MimicExplainer is faster but less accurate than the KernelExplainer
* The TreeExplainer is for tree-based models
* The DeepExplainer is for DNN tensorflow or pytorch models
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file azureml_explain_model-1.0.21-py3-none-any.whl
.
File metadata
- Download URL: azureml_explain_model-1.0.21-py3-none-any.whl
- Upload date:
- Size: 70.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44d46169f18981cde6e73c461fdc661d678bfdfa1ac02a64ef5e837c8b74ccdf |
|
MD5 | 9e2affa3fb368fb55d524a4040c70063 |
|
BLAKE2b-256 | b2dff4c972d49df16a660ceaf071121c02a5a7fffeb42dd3ee39c406c3bedd41 |