Orange-數據挖掘和機器學習軟件

jopen 8年前發布 | 60K 次閱讀 數據挖掘

Orange(http://orange.biolab.si/)是一個基于組件的數據挖掘和機器學習軟件套裝,支持Python進行腳本開發。Orange由斯洛文尼亞大學計算與信息學系的生物信息實驗室BioLab進行開發,https://github.com/biolab 是一個實際應用的項目而不僅僅是技術工程,包含了該組織托管的相關開源工程。

這里有不少關于數據挖掘和分析的文章(英文的,有時間了慢慢翻譯一些):http://blog.biolab.si/

Orange操作簡單,但功能很強大,可以使用Python強大的擴展庫資源。具有快速而又多功能的可視化編程前端,以便瀏覽數據分析和可視化。

Orange包含了完整的一系列的組件以進行數據預處理,并提供了數據帳目、過渡、建模、模式評估和勘探的功能。其由C++ 和 Python開發,它的圖形庫是由跨平臺的Qt框架構建的,可以可視化地進行操作。

安裝完畢,啟動:

source orange3env/bin/activate
python -m Orange.canvas

源代碼托管在:

https://github.com/biolab/orange3

https://github.com/biolab/orange-bio

在Ubuntu上使用這個腳本進行安裝:http://biolab.github.io/install-orange/setup-ubuntu.sh

下載其它的相關工程源代碼:

#!/bin/bash

source orange3env/bin/activate

git clone https://github.com/biolab/orange3-text.git
git clone https://github.com/biolab/orange3-associate.git
git clone https://github.com/biolab/orange3-network.git
git clone https://github.com/biolab/orange-web.git
git clone https://github.com/biolab/ipynb.git
git clone https://github.com/biolab/orange3-datafusion.git
git clone https://github.com/biolab/orange3-example-addon.git
git clone https://github.com/biolab/datafusion-installation-guide.git
git clone https://github.com/biolab/data-mining-course-unipv.git
git clone https://github.com/biolab/qt-graph-helpers.git


來自: http://my.oschina.net/u/2306127/blog/548833

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!