Metadata-Version: 2.1
Name: interpret
Version: 0.1.15
Summary: Fit interpretable models. Explain blackbox machine learning.
Home-page: https://github.com/microsoft/interpret
Author: InterpretML Team
Author-email: interpret@microsoft.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: SALib (>=1.3.3)
Requires-Dist: lime (>=0.1.1.33)
Requires-Dist: shap (>=0.28.5)
Requires-Dist: plotly (>=3.8.1)
Requires-Dist: dash (>=1.0.0)
Requires-Dist: dash-core-components (>=1.0.0)
Requires-Dist: dash-cytoscape (>=0.1.1)
Requires-Dist: dash-html-components (>=1.0.0)
Requires-Dist: dash-renderer (>=1.0.0)
Requires-Dist: dash-table (>=4.1.0)
Requires-Dist: gevent (>=1.3.6)
Requires-Dist: joblib (>=0.12.5)
Requires-Dist: pandas (>=0.24.0)
Requires-Dist: scikit-learn (>=0.20.0)
Requires-Dist: ipykernel (>=5.1.0)
Requires-Dist: ipython (>=7.4.0)
Requires-Dist: numpy (>=1.15.1)
Requires-Dist: scipy (>=1.2.1)
Requires-Dist: requests (>=2.19.0)
Requires-Dist: psutil (>=5.6.2)
Provides-Extra: extra
Requires-Dist: skope-rules (>=1.0.0) ; extra == 'extra'
Provides-Extra: testing
Requires-Dist: pytest (>=4.3.0) ; extra == 'testing'
Requires-Dist: pytest-runner (>=4.4) ; extra == 'testing'
Requires-Dist: pytest-xdist (>=1.29) ; extra == 'testing'
Requires-Dist: nbconvert (>=5.4.1) ; extra == 'testing'
Requires-Dist: selenium (>=3.141.0) ; extra == 'testing'
Requires-Dist: pytest-cov (>=2.6.1) ; extra == 'testing'
Requires-Dist: flake8 (>=3.7.7) ; extra == 'testing'
Requires-Dist: jupyter (>=1.0.0) ; extra == 'testing'
Requires-Dist: ipywidgets (>=7.4.2) ; extra == 'testing'


In the beginning machines learned in darkness, and data scientists struggled in the void to explain them.

Let there be light.

https://github.com/microsoft/interpret


