orange3

? :bar_chart: :bulb: Orange: Interactive data analysis https://orange.biolab.si

Github星跟蹤圖

Orange

Discord Chat
build: passing
codecov

Orange is a component-based data mining software. It includes a range of data
visualization, exploration, preprocessing and modeling techniques. It can be
used through a nice and intuitive user interface or, for more advanced users,
as a module for the Python programming language.

This is the latest version of Orange (for Python 3). The deprecated version of Orange 2.7 (for Python 2.7) is still available (binaries and sources).

Installing with Miniconda / Anaconda

Orange requires Python 3.6 or newer.

First, install Miniconda for your OS. Create virtual environment for Orange:

conda create python=3 --name orange3

In your Anaconda Prompt add conda-forge to your channels:

conda config --add channels conda-forge

This will enable access to the latest Orange release. Then install Orange3:

conda install orange3

To install the add-ons, follow a similar recipe:

conda install orange3-<addon name>

See specific add-on repositories for details.

Installing with pip

To install Orange with pip, run the following.

# Install some build requirements via your system's package manager
sudo apt install virtualenv build-essential python3-dev

# Create a separate Python environment for Orange and its dependencies ...
virtualenv --python=python3 --system-site-packages orange3venv
# ... and make it the active one
source orange3venv/bin/activate

# Install Qt dependencies for the GUI
pip install PyQt5 PyQtWebEngine

# Install Orange
pip install orange3

Starting Orange GUI

To start Orange GUI from the command line, run:

orange-canvas
# or
python3 -m Orange.canvas

Append --help for a list of program options.

概覽

名稱與所有者biolab/orange3
主編程語言Python
編程語言Python (語言數: 6)
平台
許可證Other
發布數74
最新版本名稱pls_test (發布於 )
第一版名稱3.0 (發布於 2013-08-31 22:51:48)
創建於2013-02-22 12:52:56
推送於2024-05-16 06:28:14
最后一次提交2024-05-13 18:53:13
星數4.6k
關注者數181
派生數1k
提交數15.3k
已啟用問題?
問題數2345
打開的問題數102
拉請求數3836
打開的拉請求數17
關閉的拉請求數411
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部