Skip to main content

Orange, a component-based data mining framework.

Project description

[![Join the chat at https://gitter.im/biolab/orange3](https://badges.gitter.im/biolab/orange3.svg)](https://gitter.im/biolab/orange3?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![build: passing](https://img.shields.io/travis/biolab/orange3.svg)](https://travis-ci.org/biolab/orange3) [![codecov](https://codecov.io/gh/biolab/orange3/branch/master/graph/badge.svg)](https://codecov.io/gh/biolab/orange3)

[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]).

[Orange]: https://orange.biolab.si/ [binaries]: https://orange.biolab.si/orange2/ [sources]: https://github.com/biolab/orange

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

[Miniconda]: https://docs.conda.io/en/latest/miniconda.html

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Orange3-3.23.0.tar.gz (2.4 MB view hashes)

Uploaded Source

Built Distributions

Orange3-3.23.0-cp37-none-win_amd64.whl (2.4 MB view hashes)

Uploaded CPython 3.7 Windows x86-64

Orange3-3.23.0-cp37-none-win32.whl (2.3 MB view hashes)

Uploaded CPython 3.7 Windows x86

Orange3-3.23.0-cp37-cp37m-manylinux1_x86_64.whl (2.4 MB view hashes)

Uploaded CPython 3.7m

Orange3-3.23.0-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.9 MB view hashes)

Uploaded CPython 3.7m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

Orange3-3.23.0-cp36-none-win_amd64.whl (2.4 MB view hashes)

Uploaded CPython 3.6 Windows x86-64

Orange3-3.23.0-cp36-none-win32.whl (2.3 MB view hashes)

Uploaded CPython 3.6 Windows x86

Orange3-3.23.0-cp36-cp36m-manylinux1_x86_64.whl (2.4 MB view hashes)

Uploaded CPython 3.6m

Orange3-3.23.0-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.9 MB view hashes)

Uploaded CPython 3.6m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page