python数据挖掘orange

丁立果
2023-12-01

http://blog.csdn.net/pipisorry/article/details/52845804

orange的安装

linux下的安装

先安装依赖pyqt4[PyQt教程 - pythonQt的安装和配置及版本间差异]

pip install orange3

检查是否安装成功

import Orange

运行GUI界面

alias orange 'python3 -m Orange.canvas &'

安装出错

build/temp.linux-x86_64-3.5/_openssl.c:433:30: fatal error: openssl/opensslv.h: No such file or directory

error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

Failed building wheel for cryptography
    compilation terminated.
    error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

解决:sudo apt-get install -y libssl-dev

皮皮blog



Orange教程

等有时间了再写。。。

[orange Documentation]


皮皮blog

from: http://blog.csdn.net/pipisorry/article/details/52845804

ref: [orange:Data Mining Fruitful and Fun]


 类似资料: