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.1.tar.gz (2.4 MB view details)

Uploaded Source

Built Distributions

Orange3-3.23.1-cp37-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.7 Windows x86-64

Orange3-3.23.1-cp37-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.7 Windows x86

Orange3-3.23.1-cp37-cp37m-manylinux1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.7m

Orange3-3.23.1-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 details)

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.1-cp36-none-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.6 Windows x86-64

Orange3-3.23.1-cp36-none-win32.whl (2.3 MB view details)

Uploaded CPython 3.6 Windows x86

Orange3-3.23.1-cp36-cp36m-manylinux1_x86_64.whl (2.4 MB view details)

Uploaded CPython 3.6m

Orange3-3.23.1-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 details)

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

File details

Details for the file Orange3-3.23.1.tar.gz.

File metadata

  • Download URL: Orange3-3.23.1.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4

File hashes

Hashes for Orange3-3.23.1.tar.gz
Algorithm Hash digest
SHA256 afd597c662ac34322a9312c985db919ffe31575b0116b94dcc116aaa2daed8dc
MD5 b91627c8044622dd987c1874e01a3d61
BLAKE2b-256 efd85789bdb670ffb1391663d040ebe9255bba19b88895b14b09c6bab2278c4f

See more details on using hashes here.

File details

Details for the file Orange3-3.23.1-cp37-none-win_amd64.whl.

File metadata

  • Download URL: Orange3-3.23.1-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4

File hashes

Hashes for Orange3-3.23.1-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 790774986e237c0fb17c98555c39f474bf54311065a7726ca61a630c675da2db
MD5 579b2558fca9a19a41e6ccb87f131bfe
BLAKE2b-256 852ab013a4c983da1dbf424c9eb5ef0d9cb5d4531480865665b50ca8c9fe1ecf

See more details on using hashes here.

File details

Details for the file Orange3-3.23.1-cp37-none-win32.whl.

File metadata

  • Download URL: Orange3-3.23.1-cp37-none-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4

File hashes

Hashes for Orange3-3.23.1-cp37-none-win32.whl
Algorithm Hash digest
SHA256 e28d34d40e5421cf114fa81e0eff873a31cfb213fedaf34b69e7f25c80912de3
MD5 92a2526f0fefe735a7e93e12d636b4d1
BLAKE2b-256 700585cad83698544813144759a203013be2c1062fa406853f06acdae2446e6d

See more details on using hashes here.

File details

Details for the file Orange3-3.23.1-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: Orange3-3.23.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4

File hashes

Hashes for Orange3-3.23.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 8170786156d5b92554087b94ffba7f2e65a3cee01817c5cbebc2d33c7da4e0a1
MD5 aaa24a89b04f3a709411eb2eba510026
BLAKE2b-256 434054e5d219a8b4ab3e2c5e824e2ead4285eb92a93e5b1c5c11941e408930a1

See more details on using hashes here.

File details

Details for the file Orange3-3.23.1-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.

File metadata

File hashes

Hashes for Orange3-3.23.1-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
Algorithm Hash digest
SHA256 c1d6f55d28724a8730826391da94732f850c39a9da60d42fcd11da90810516c8
MD5 9f6beadaad9fb4e167ef406baf09daf5
BLAKE2b-256 5d7928e1d8c22f5076f34adf87b59564bad8cba9c9cc8335e0a9efb3d9b9da78

See more details on using hashes here.

File details

Details for the file Orange3-3.23.1-cp36-none-win_amd64.whl.

File metadata

  • Download URL: Orange3-3.23.1-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4

File hashes

Hashes for Orange3-3.23.1-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 5f5551f9844b2908fbfa37a757c86c2f53de3c597029fe62290f2d1ea8593aea
MD5 60fb24bef4c852de4234b2a488958ec3
BLAKE2b-256 095ec285288730473fcc3dee07641449e22869b403f99d74d1187bd07bcb38d4

See more details on using hashes here.

File details

Details for the file Orange3-3.23.1-cp36-none-win32.whl.

File metadata

  • Download URL: Orange3-3.23.1-cp36-none-win32.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.6, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4

File hashes

Hashes for Orange3-3.23.1-cp36-none-win32.whl
Algorithm Hash digest
SHA256 e0ad08b77abe236dd29f3395d67bc7c7dd0201040c18bbb892962db297278106
MD5 a7b30cef84f5269924053746bdd88d20
BLAKE2b-256 709f2e1bcf9f352e3eeefcc6746af195c1f0424ba05563e1e8039248a5b0d417

See more details on using hashes here.

File details

Details for the file Orange3-3.23.1-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: Orange3-3.23.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.28.1 CPython/3.7.4

File hashes

Hashes for Orange3-3.23.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c570c8f07bbf68f3bd569f65344daa0a4638fc7ed3ec0e5330bc4cbecb3fe5be
MD5 c0e94b9ed9fcca5eafb19c566f100bbc
BLAKE2b-256 6c340aa6a00b2fca57bf1735b5d0a1c557c2d92877e510ed8d5f44af2a07ae01

See more details on using hashes here.

File details

Details for the file Orange3-3.23.1-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.

File metadata

File hashes

Hashes for Orange3-3.23.1-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
Algorithm Hash digest
SHA256 4813fe7dfdd4328757e250e7dd8db72a12643be53d47bb11087da99c4a25727b
MD5 865da2f8f91fe6519ca020f49efbddf7
BLAKE2b-256 e72212d95ccfde73992cb5bc9deb2038dd633c55c5547b516f0229e68aa84d4b

See more details on using hashes here.

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