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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.7 Windows x86-64

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

Uploaded CPython 3.7 Windows x86

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

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

Uploaded CPython 3.6 Windows x86-64

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

Uploaded CPython 3.6 Windows x86

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

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 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.0.tar.gz.

File metadata

  • Download URL: Orange3-3.23.0.tar.gz
  • Upload date:
  • Size: 2.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for Orange3-3.23.0.tar.gz
Algorithm Hash digest
SHA256 b00eda8605559813a23e9e62eb72605b1f418bd428ee2a7948f5e229e8f666a2
MD5 d5f607e761a753b725a3cc1212c4792c
BLAKE2b-256 1c86c1c5b3b721dd632a6d4256684337f01f381a01423191e706667be08ab3a3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.23.0-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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for Orange3-3.23.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 0e1bf0a509ba25187173a877ac6c4ba4f2bb659651a5a2109c99671a45a7440c
MD5 8c27c237b7ba4afcc6f971fc215c16af
BLAKE2b-256 10e1c53c5321ed6a2b4f0035826de8d36c8e85d6a911ccb4c5beaa73c427155a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.23.0-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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for Orange3-3.23.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 03e8e0e493816193dbaf6674e06846f24944c56438eaec8e166aca3570f66123
MD5 37fb5f4cdf72cdbc08155cf4c01f3870
BLAKE2b-256 061ae99d6a276c85465aa2922072a17a565ae2b2bed5e046b2e0b5a6e851c9d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.23.0-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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for Orange3-3.23.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c05d4caf0a2ed2e8be15c28e2494f5d698cedb6ca0f430153d334abb764f7559
MD5 6126bb07d81bb2b864d921729856e3d0
BLAKE2b-256 86d274d5a815c8550ba07a9805873b00eef80d68af9167f6acea468ea4048755

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for 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
Algorithm Hash digest
SHA256 dfb68487d45eca1b2cb519152f448b595d687cf5538047feb595d7dcb36c4ae3
MD5 d4303f06eb72df6b45e1ff4ebcfe61c0
BLAKE2b-256 4ef2a300b766518064f2a33fabd07e1ff7e0dcf5d5fb407ffb5430274437db5a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.23.0-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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for Orange3-3.23.0-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 9708e9ff6719e70aa450799e06f0fce09f8563e004809c78fd7104c2764a717f
MD5 f05ef02a9ae331068ebc4f5b4af71dd1
BLAKE2b-256 ecf1d5dc8a51df8a2d95b50d0774b688dc574ffdd8bdbf587a5576ae8091c412

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.23.0-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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for Orange3-3.23.0-cp36-none-win32.whl
Algorithm Hash digest
SHA256 c758bb21e7beb998469c6a9528a0fccac9d84901d6b712b1b3d18ce7301cf88e
MD5 0236252c43445353d64e2610477382c4
BLAKE2b-256 6c57c880f7c2f267ac728d2d1d9fdd2e19d5b5889222a47a233c84fa9d35c9b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.23.0-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.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.7

File hashes

Hashes for Orange3-3.23.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b164f61b9e87e8bc6b23d887aeef513c3e7561b5e197b06c0aac508de08ee70e
MD5 a081af7096ce0fd4312d18ee2eab288c
BLAKE2b-256 ad9510d9095d04036ed890c3bdc70014fb3a9fc268be3c0c69b04e5e4d03563e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for 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
Algorithm Hash digest
SHA256 185e3eafe21e3b4307a72571cf1ae9cb9c3c0061f5fd4251239a0c985248c988
MD5 bb1be841df1f7765aefe026495357855
BLAKE2b-256 55562e406cb5b4488f31fc9363f33f2d911ff8dae36c1ec96259959ec5ade9fe

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