当前位置:网站首页>Py's interpret: a detailed introduction to interpret, installation, and case application
Py's interpret: a detailed introduction to interpret, installation, and case application
2022-07-02 19:38:00 【A Virgo procedural ape】
Py And interpret:interpret An introduction to the 、 install 、 Detailed introduction of case application
Catalog
interpret An introduction to the
1、 Interpretability in ML An important role in the process
interpret The case application of
interpret An introduction to the
InterpretML It's an open source package , It integrates the most advanced machine learning interpretability technology into a framework . Use this bag , You can train interpretable glass box models and explain black box systems .InterpretML It can help you understand the global behavior of the model , Or understand the reasons behind a single prediction .
Github:GitHub - interpretml/interpret: Fit interpretable models. Explain blackbox machine learning.
1、 Interpretability in ML An important role in the process
- Model debugging : Why did my model make this mistake ?
- Feature Engineering : How to improve my model ?
- Detect Fairness Issues : Is there discrimination in my model ?
- Man machine cooperation : How do I understand and trust the decision of the model ?
- Compliance : Whether my model meets the legal requirements ?
- High risk applications 、 Health care 、 Finance 、 The judicial 、...
interpret Installation
pip install interpret
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple interpret
C:\Users\Administrator>pip install -i https://pypi.tuna.tsinghua.edu.cn/simple interpret
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
Collecting interpret
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f6/95/ff4447375559638520567a0bf6e9853535c01e641061c74132d809f6ea6c/interpret-0.2.7-py3-none-any.whl (1.4 kB)
Collecting interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/1c/23/057c891f6a0688c5d90bd7364896fe44af8da19f84f6e2e855e4833dc242/interpret_core-0.2.7-py3-none-any.whl (6.6 MB)
|████████████████████████████████| 6.6 MB 1.3 MB/s
Requirement already satisfied: ipykernel>=5.1.0 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (5.3.4)
Collecting ipython>=7.4.0
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/53/09/958a4802489d28b2484114ee6414c7502ef57de6f2dbc9095b718640060c/ipython-7.16.3-py3-none-any.whl (783 kB)
|████████████████████████████████| 783 kB ...
Collecting lime>=0.1.1.33
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f5/86/91a13127d83d793ecb50eb75e716f76e6eda809b6803c5a4ff462339789e/lime-0.2.0.1.tar.gz (275 kB)
|████████████████████████████████| 275 kB ...
Preparing metadata (setup.py) ... done
Requirement already satisfied: joblib>=0.11 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.16.0)
Collecting treeinterpreter>=0.2.2
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/af/19/fa8556093f6b8c7374825118e05cf5a99c71262392382c3642ab1fd8a742/treeinterpreter-0.2.3-py2.py3-none-any.whl (6.0 kB)
Requirement already satisfied: requests>=2.19.0 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.25.0)
Collecting dash>=1.0.0
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a2/d2/d645397dca44d9459e17fcad1a8611ea3e77f930b7af1e7926824f0d42b8/dash-2.5.1-py3-none-any.whl (9.8 MB)
|████████████████████████████████| 9.8 MB 6.8 MB/s
Collecting dash-cytoscape>=0.1.1
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/34/be/21ee645cb7943ab71b08e32c90c26c71d3d03f08e5a52c50e6e76568f0a0/dash_cytoscape-0.3.0-py3-none-any.whl (3.6 MB)
|████████████████████████████████| 3.6 MB 6.8 MB/s
Collecting dash-table>=4.1.0
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/da/ce/43f77dc8e7bbad02a9f88d07bf794eaf68359df756a28bb9f2f78e255bb1/dash_table-5.0.0-py3-none-any.whl (3.9 kB)
Requirement already satisfied: gevent>=1.3.6 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.4.0)
Requirement already satisfied: psutil>=5.6.2 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (5.6.7)
Requirement already satisfied: shap>=0.28.5 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.40.0)
Requirement already satisfied: dill>=0.2.5 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.3.1.1)
Collecting skope-rules>=1.0.1
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/3f/5b/d3ea2e1635601557945c0a166b206b0b6e8b284cb74cb4bdb1b423ec7dd4/skope_rules-1.0.1-py3-none-any.whl (14 kB)
Requirement already satisfied: scikit-learn>=0.18.1 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.24.2)
Requirement already satisfied: scipy>=0.18.1 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.1.0)
Requirement already satisfied: numpy>=1.11.1 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.19.5)
Requirement already satisfied: pandas>=0.19.2 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.1.4)
Collecting SALib>=1.3.3
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/04/09/bcbe4b907c6d987ea66416178475c6049c9ab7b56135c3725b2e01e3c9e8/SALib-1.4.5-py2.py3-none-any.whl (756 kB)
|████████████████████████████████| 756 kB 3.3 MB/s
Requirement already satisfied: plotly>=3.8.1 in e:\program files\python\python36\lib\site-packages (from interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (4.14.1)
Collecting flask-compress
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/d5/08/91ffc9506cb569f45cc4781ac8d35c6be19b9c3c8b1f8bc77aed56a46b53/Flask_Compress-1.12-py3-none-any.whl (7.9 kB)
Collecting dash-core-components==2.0.0
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/00/9e/a29f726e84e531a36d56cff187e61d8c96d2cc253c5bcef9a7695acb7e6a/dash_core_components-2.0.0-py3-none-any.whl (3.8 kB)
Requirement already satisfied: Flask>=1.0.4 in e:\program files\python\python36\lib\site-packages (from dash>=1.0.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.1.1)
Collecting plotly>=3.8.1
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/2d/6a/2c2e9ed190066646bbf1620c0b67f8e363e0024ee7bf0d3ea1fdcc9af3ae/plotly-5.9.0-py2.py3-none-any.whl (15.2 MB)
|████████████████████████████████| 15.2 MB 6.8 MB/s
Collecting dash-html-components==2.0.0
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/75/65/1b16b853844ef59b2742a7de74a598f376ac0ab581f0dcc34db294e5c90e/dash_html_components-2.0.0-py3-none-any.whl (4.1 kB)
Collecting importlib-metadata==4.8.3
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/a0/a1/b153a0a4caf7a7e3f15c2cd56c7702e2cf3d89b1b359d1f1c5e59d68f4ce/importlib_metadata-4.8.3-py3-none-any.whl (17 kB)
Requirement already satisfied: typing-extensions>=3.6.4 in e:\program files\python\python36\lib\site-packages (from importlib-metadata==4.8.3->dash>=1.0.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (3.7.4.3)
Requirement already satisfied: zipp>=0.5 in e:\program files\python\python36\lib\site-packages (from importlib-metadata==4.8.3->dash>=1.0.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (3.0.0)
Requirement already satisfied: greenlet>=0.4.14 in e:\program files\python\python36\lib\site-packages (from gevent>=1.3.6->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.4.15)
Requirement already satisfied: cffi>=1.11.5 in e:\program files\python\python36\lib\site-packages (from gevent>=1.3.6->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.11.5)
Requirement already satisfied: traitlets>=4.1.0 in e:\program files\python\python36\lib\site-packages (from ipykernel>=5.1.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (4.3.2)
Requirement already satisfied: tornado>=4.2 in e:\program files\python\python36\lib\site-packages (from ipykernel>=5.1.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (5.1.1)
Requirement already satisfied: jupyter-client in e:\program files\python\python36\lib\site-packages (from ipykernel>=5.1.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (6.1.7)
Requirement already satisfied: pickleshare in e:\program files\python\python36\lib\site-packages (from ipython>=7.4.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.7.4)
Requirement already satisfied: jedi<=0.17.2,>=0.10 in e:\program files\python\python36\lib\site-packages (from ipython>=7.4.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.12.0)
Requirement already satisfied: pygments in e:\program files\python\python36\lib\site-packages (from ipython>=7.4.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.2.0)
Requirement already satisfied: colorama in e:\program files\python\python36\lib\site-packages (from ipython>=7.4.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.3.9)
Requirement already satisfied: backcall in e:\program files\python\python36\lib\site-packages (from ipython>=7.4.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.1.0)
Requirement already satisfied: setuptools>=18.5 in e:\program files\python\python36\lib\site-packages (from ipython>=7.4.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (39.1.0)
Requirement already satisfied: decorator in e:\program files\python\python36\lib\site-packages (from ipython>=7.4.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (4.3.0)
Collecting prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b0/8f/09a88160539a1164de562809f8b1d0a36dc1f9d8c6473f4b71ebed17b953/prompt_toolkit-3.0.30-py3-none-any.whl (381 kB)
|████████████████████████████████| 381 kB 2.2 MB/s
Requirement already satisfied: matplotlib in e:\program files\python\python36\lib\site-packages (from lime>=0.1.1.33->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.2.2)
Requirement already satisfied: tqdm in e:\program files\python\python36\lib\site-packages (from lime>=0.1.1.33->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (4.51.0)
Requirement already satisfied: scikit-image>=0.12 in e:\program files\python\python36\lib\site-packages (from lime>=0.1.1.33->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.13.1)
Requirement already satisfied: pytz>=2017.2 in e:\program files\python\python36\lib\site-packages (from pandas>=0.19.2->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2018.3)
Requirement already satisfied: python-dateutil>=2.7.3 in e:\program files\python\python36\lib\site-packages (from pandas>=0.19.2->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.8.1)
Collecting tenacity>=6.2.0
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/f2/a5/f86bc8d67c979020438c8559cc70cfe3a1643fd160d35e09c9cca6a09189/tenacity-8.0.1-py3-none-any.whl (24 kB)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in e:\program files\python\python36\lib\site-packages (from requests>=2.19.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.22)
Requirement already satisfied: chardet<4,>=3.0.2 in e:\program files\python\python36\lib\site-packages (from requests>=2.19.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (3.0.4)
Requirement already satisfied: certifi>=2017.4.17 in e:\program files\python\python36\lib\site-packages (from requests>=2.19.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2020.6.20)
Requirement already satisfied: idna<3,>=2.5 in e:\program files\python\python36\lib\site-packages (from requests>=2.19.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.6)
Collecting pathos
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/23/6b/7ffe02bdb5f5cf4b2290cc906b415dde7c886dbb11928dda40d39e6654dd/pathos-0.2.8-py2.py3-none-any.whl (81 kB)
|████████████████████████████████| 81 kB 1.7 MB/s
Requirement already satisfied: wheel in e:\program files\python\python36\lib\site-packages (from SALib>=1.3.3->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.37.0)
Requirement already satisfied: threadpoolctl>=2.0.0 in e:\program files\python\python36\lib\site-packages (from scikit-learn>=0.18.1->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.1.0)
Requirement already satisfied: cloudpickle in e:\program files\python\python36\lib\site-packages\cloudpickle-1.2.2-py3.6.egg (from shap>=0.28.5->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.2.2)
Requirement already satisfied: packaging>20.9 in e:\program files\python\python36\lib\site-packages (from shap>=0.28.5->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (21.3)
Requirement already satisfied: numba in e:\program files\python\python36\lib\site-packages (from shap>=0.28.5->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.46.0)
Requirement already satisfied: slicer==0.0.7 in e:\program files\python\python36\lib\site-packages (from shap>=0.28.5->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.0.7)
Requirement already satisfied: pycparser in e:\program files\python\python36\lib\site-packages (from cffi>=1.11.5->gevent>=1.3.6->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.18)
Requirement already satisfied: Jinja2>=2.10.1 in e:\program files\python\python36\lib\site-packages (from Flask>=1.0.4->dash>=1.0.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.11.1)
Requirement already satisfied: Werkzeug>=0.15 in e:\program files\python\python36\lib\site-packages (from Flask>=1.0.4->dash>=1.0.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.0.0)
Requirement already satisfied: click>=5.1 in e:\program files\python\python36\lib\site-packages (from Flask>=1.0.4->dash>=1.0.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (7.1.2)
Requirement already satisfied: itsdangerous>=0.24 in e:\program files\python\python36\lib\site-packages (from Flask>=1.0.4->dash>=1.0.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.24)
Requirement already satisfied: parso>=0.2.0 in e:\program files\python\python36\lib\site-packages (from jedi<=0.17.2,>=0.10->ipython>=7.4.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.2.0)
Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in e:\program files\python\python36\lib\site-packages (from packaging>20.9->shap>=0.28.5->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.2.0)
Requirement already satisfied: wcwidth in e:\program files\python\python36\lib\site-packages (from prompt-toolkit!=3.0.0,!=3.0.1,<3.1.0,>=2.0.0->ipython>=7.4.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.1.7)
Requirement already satisfied: six>=1.5 in e:\program files\python\python36\lib\site-packages (from python-dateutil>=2.7.3->pandas>=0.19.2->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.15.0)
Requirement already satisfied: PyWavelets>=0.4.0 in e:\program files\python\python36\lib\site-packages (from scikit-image>=0.12->lime>=0.1.1.33->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.5.2)
Requirement already satisfied: pillow>=2.1.0 in e:\program files\python\python36\lib\site-packages (from scikit-image>=0.12->lime>=0.1.1.33->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (8.0.0)
Requirement already satisfied: networkx>=1.8 in e:\program files\python\python36\lib\site-packages (from scikit-image>=0.12->lime>=0.1.1.33->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (2.5)
Requirement already satisfied: ipython-genutils in e:\program files\python\python36\lib\site-packages (from traitlets>=4.1.0->ipykernel>=5.1.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.2.0)
Collecting brotli
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e3/d4/e68c4f2a21cab38ba1defbd5bc6ab7e74e2234383f1daf36153dce11ea9d/Brotli-1.0.9-cp36-cp36m-win_amd64.whl (365 kB)
|████████████████████████████████| 365 kB ...
Requirement already satisfied: pyzmq>=13 in e:\program files\python\python36\lib\site-packages (from jupyter-client->ipykernel>=5.1.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (17.0.0)
Requirement already satisfied: jupyter-core>=4.6.0 in e:\program files\python\python36\lib\site-packages (from jupyter-client->ipykernel>=5.1.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (4.6.3)
Requirement already satisfied: kiwisolver>=1.0.1 in e:\program files\python\python36\lib\site-packages (from matplotlib->lime>=0.1.1.33->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.0.1)
Requirement already satisfied: cycler>=0.10 in e:\program files\python\python36\lib\site-packages (from matplotlib->lime>=0.1.1.33->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.10.0)
Requirement already satisfied: llvmlite>=0.30.0dev0 in e:\program files\python\python36\lib\site-packages (from numba->shap>=0.28.5->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (0.30.0)
Collecting pox>=0.3.0
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/25/6e/7bc83d285dd0438f6ba106dba4fa85e569b09bae14f3c8d9df7acdc92629/pox-0.3.0-py2.py3-none-any.whl (30 kB)
Collecting dill>=0.2.5
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/b6/c3/973676ceb86b60835bb3978c6db67a5dc06be6cfdbd14ef0f5a13e3fc9fd/dill-0.3.4-py2.py3-none-any.whl (86 kB)
|████████████████████████████████| 86 kB 1.5 MB/s
Collecting multiprocess>=0.70.12
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/df/d0/c3011a5bb77f307e68682a5046cce1a2c6591267bf24b5bf3fc4130bb39d/multiprocess-0.70.12.2-py36-none-any.whl (106 kB)
|████████████████████████████████| 106 kB 2.2 MB/s
Collecting ppft>=1.6.6.4
Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e1/95/17253538621d21308a6e7ca67cd8f87c64e81f95477e57ee78766cf79aaa/ppft-1.6.6.4-py3-none-any.whl (65 kB)
|████████████████████████████████| 65 kB 1.2 MB/s
Requirement already satisfied: MarkupSafe>=0.23 in e:\program files\python\python36\lib\site-packages (from Jinja2>=2.10.1->Flask>=1.0.4->dash>=1.0.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (1.0)
Requirement already satisfied: pywin32>=1.0 in e:\program files\python\python36\lib\site-packages (from jupyter-core>=4.6.0->jupyter-client->ipykernel>=5.1.0->interpret-core[dash,debug,decisiontree,ebm,lime,linear,notebook,plotly,required,sensitivity,shap,skoperules,treeinterpreter]>=0.2.7->interpret) (223)
Building wheels for collected packages: lime
Building wheel for lime (setup.py) ... done
Created wheel for lime: filename=lime-0.2.0.1-py3-none-any.whl size=283845 sha256=80b58e049fb5d2f8896cef0a55ebaf00ed6ee9c61bbe1e6ce16f39aae251abc8
Stored in directory: c:\users\administrator\appdata\local\pip\cache\wheels\c5\0e\99\ff7ddcb1cb98cead4dec929b7f595292a70525094fd00dddb2
Successfully built lime
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Installing collected packages: tenacity, dill, brotli, prompt-toolkit, ppft, pox, plotly, multiprocess, importlib-metadata, flask-compress, dash-table, dash-html-components, dash-core-components, pathos, ipython, dash, treeinterpreter, skope-rules, SALib, lime, interpret-core, dash-cytoscape, interpret
Attempting uninstall: dill
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Found existing installation: dill 0.3.1.1
Uninstalling dill-0.3.1.1:
Successfully uninstalled dill-0.3.1.1
Attempting uninstall: prompt-toolkit
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Found existing installation: prompt-toolkit 1.0.15
Uninstalling prompt-toolkit-1.0.15:
Successfully uninstalled prompt-toolkit-1.0.15
Attempting uninstall: plotly
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Found existing installation: plotly 4.14.1
Uninstalling plotly-4.14.1:
Successfully uninstalled plotly-4.14.1
Attempting uninstall: importlib-metadata
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Found existing installation: importlib-metadata 1.5.0
Uninstalling importlib-metadata-1.5.0:
Successfully uninstalled importlib-metadata-1.5.0
Attempting uninstall: ipython
WARNING: Ignoring invalid distribution -rotobuf (e:\program files\python\python36\lib\site-packages)
Found existing installation: ipython 6.4.0
Uninstalling ipython-6.4.0:
Successfully uninstalled ipython-6.4.0
Successfully installed SALib-1.4.5 brotli-1.0.9 dash-2.5.1 dash-core-components-2.0.0 dash-cytoscape-0.3.0 dash-html-components-2.0.0 dash-table-5.0.0 dill-0.3.4 flask-compress-1.12 importlib-metadata-4.8.3 interpret-0.2.7 interpret-core-0.2.7 ipython-7.16.3 lime-0.2.0.1 multiprocess-0.70.12.2 pathos-0.2.8 plotly-5.9.0 pox-0.3.0 ppft-1.6.6.4 prompt-toolkit-3.0.30 skope-rules-1.0.1 tenacity-8.0.1 treeinterpreter-0.2.3interpret The case application of
Updating ……
边栏推荐
- 嵌入式(PLD) 系列,EPF10K50RC240-3N 可编程逻辑器件
- [error record] problems related to the installation of the shuttle environment (follow-up error handling after executing the shuttle doctor command)
- 451-memcpy、memmove、memset的实现
- What is the MySQL backup suffix_ MySQL backup restore
- mybatiesHelperPro工具必须的可以生成到对应项目文件夹下
- Refactoring: improving the design of existing code (Part 2)
- Istio部署:快速上手微服务,
- GMapping代码解析[通俗易懂]
- Microservice technology - distributed global ID in high concurrency
- A4988驱动步进电机「建议收藏」
猜你喜欢

Reading notes of "the way to clean structure" (Part 2)

Refactoring: improving the design of existing code (Part 2)

Zabbix5 client installation and configuration

Registration opportunity of autowiredannotationbeanpostprocessor in XML development mode

IEDA refactor的用法

Web2.0 giants have deployed VC, and tiger Dao VC may become a shortcut to Web3

Windows2008R2 安装 PHP7.4.30 必须 LocalSystem 启动应用程序池 不然500错误 FastCGI 进程意外退出

mysql函数

PHP parser badminton reservation applet development requires online system

450-深信服面经1
随机推荐
Quanzhi A33 uses mainline u-boot
移动机器人路径规划:人工势场法[通俗易懂]
使用IDM下载百度网盘的文件(亲测有用)[通俗易懂]
R语言使用econocharts包创建微观经济或宏观经济图、indifference函数可视化无差异曲线(indifference curve)
Typescript 之 快速入门
使用 Cheat Engine 修改 Kingdom Rush 中的金钱、生命、星
解决方案:VS2017 无法打开源文件 stdio.h main.h 等头文件[通俗易懂]
Use cheat engine to modify money, life and stars in Kingdom rush
《代码整洁之道》读书笔记
Chic Lang: completely solve the problem of markdown pictures - no need to upload pictures - no need to network - there is no lack of pictures forwarded to others
Zabbix5 client installation and configuration
Refactoring: improving the design of existing code (Part 2)
Bubble sort array
Gamefi链游系统开发(NFT链游开发功能)丨NFT链游系统开发(Gamefi链游开发源码)
A4988 drive stepper motor "recommended collection"
Data dimensionality reduction factor analysis
What is the MySQL backup suffix_ MySQL backup restore
AcWing 1134. Shortest circuit counting problem solution (shortest circuit)
checklistbox控件用法总结
Registration opportunity of autowiredannotationbeanpostprocessor under annotation development mode