当前位置:网站首页>Py之interpret:interpret的简介、安装、案例应用之详细攻略
Py之interpret:interpret的简介、安装、案例应用之详细攻略
2022-07-02 18:37:00 【一个处女座的程序猿】
Py之interpret:interpret的简介、安装、案例应用之详细攻略
目录
interpret的简介
InterpretML 是一个开源包,它将最先进的机器学习可解释性技术整合在一个框架下。 使用这个包,您可以训练可解释的玻璃盒模型和解释黑箱系统。InterpretML可以帮助您理解模型的全局行为,或者理解单个预测背后的原因。
Github:GitHub - interpretml/interpret: Fit interpretable models. Explain blackbox machine learning.
1、可解释性在ML过程中的重要作用
- 模型调试:为什么我的模型会犯这个错误?
- 特征工程:如何改进我的模型?
- 检测公平性问题:我的模型是否存在歧视?
- 人机合作:我如何理解和信任模型的决策?
- 合规性:我的模型是否满足法律要求?
- 高风险应用、医疗保健、金融、司法、...
interpret的安装
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的案例应用
更新中……
边栏推荐
- Idea editor removes SQL statement background color SQL statement warning no data sources are configured to run this SQL And SQL dialect is not config
- AcWing 1129. 热浪 题解(最短路—spfa)
- 2022.7.1-----leetcode.241
- 2022 compilation principle final examination recall Edition
- Windows2008r2 installing php7.4.30 requires localsystem to start the application pool, otherwise 500 error fastcgi process exits unexpectedly
- 守望先锋世界观架构 ——(一款好的游戏是怎么来的)
- Memory management of C
- AcWing 1127. 香甜的黄油 题解(最短路—spfa)
- How to print mybats log plug-in using XML file
- Why should we build an enterprise fixed asset management system and how can enterprises strengthen fixed asset management
猜你喜欢

Windows2008r2 installing php7.4.30 requires localsystem to start the application pool, otherwise 500 error fastcgi process exits unexpectedly

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

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

Tutoriel (5.0) 10. Dépannage * fortiedr * fortinet Network Security expert NSE 5

Codeworks 5 questions per day (1700 average) - day 4

高级性能测试系列《24. 通过jdbc执行sql脚本》

机器学习笔记 - 时间序列预测研究:法国香槟的月销量

PHP parser badminton reservation applet development requires online system

IDEA编辑器去掉sql语句背景颜色SQL语句警告No data sources are configured to run this SQL...和SQL Dialect is Not Config

Data dimensionality reduction factor analysis
随机推荐
QT中的QPropertyAnimation使用和toast案列
【pytorch学习笔记】Tensor
[test development] software testing - concept
4274. 后缀表达式-二叉表达式树
AcWing 1127. 香甜的黄油 题解(最短路—spfa)
Markdown basic grammar
When converting from list to map, if a certain attribute may cause key duplication and exceptions, you can set the way to deal with this duplication
Is there any security guarantee for the ranking of stock and securities companies
《架构整洁之道》读书笔记(下)
《代码整洁之道》读书笔记
Golang并发编程——goroutine、channel、sync
Introduction to the paper | application of machine learning in database cardinality estimation
移动机器人路径规划:人工势场法[通俗易懂]
《重构:改善既有代码的设计》读书笔记(上)
"Patient's family, please come here" reading notes
机器学习笔记 - 时间序列预测研究:法国香槟的月销量
AcWing 343. 排序 题解(floyd性质实现传递闭包)
PHP-Parser羽毛球预约小程序开发require线上系统
End to end object detection with transformers (Detr) paper reading and understanding
预处理和预处理宏