Orange3附加组件,用于探索形状值。

orange3-shap的Python项目详细描述


[![生成状态](https://travis-ci.org/jpoullet2000/orange3-shap.svg?branch=master)](https://travis-ci.org/jpoullet2000/orange3-shap

橙色3形状

用shapley方法解释随机森林输出的橙色附加组件。

许可证:cc-by-nc-3.0

包文档:http://orange3-shap.readthedocs.io/

安装

###与水蟒一起

在非gnu/linux系统上安装orange3 shap的最简单方法是 为您的操作系统(python版本>;=3.6)提供[anaconda]发行版。 在您的水蟒提示中,首先将conda forge添加到您的频道:

conda config –add channels conda-forge

然后安装Orange3:

conda install orange3

这将安装最新版本的orange。然后安装Orange3形状:

pip install orange3-shap

运行:

orange-canvas

打开橙色,检查是否安装正确

[水蟒]:https://www.continuum.io/downloads

###来源

从源安装外接程序

# Clone the repository and move into it git clone https://github.com/jpoullet2000/orange3-shap.git cd orange3-shap

# Install corresponding wheels for your OS: pip install some-wheel.whl

# Install Orange3-Shap in editable/development mode. pip install -e .

要用橙色注册此加载项,请运行

python setup.py install

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
添加到Linkedlist后int与Integer的java比较不起作用   服务器启动时来自tomcat的java通知回调   在java中如何将float转换为double?   使用Java数据Bean连接到Siebel时出错   我如何反对像Java这样的强类型语言中的Ducktyping呢?   运行vert的json。x与java安全管理器   java大O表示法解释嵌套while循环   配置My gradle java项目找不到log4j2。json   验证我需要编写一个包含特殊字符和0到9的数字的java字符串来验证密码   java Univocity解析器:从这里调用函数无效:parserSettings。选择字段(*some_function*);   java在MVC上应用TDD   运行时的java按钮开关   Java8:如何流式处理int数组、提取低位字节和创建字节数组   linux无法在从Java启动的子进程中为SIGQUIT设置信号处理程序   Gradle具有真正混合的java和scala源代码