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

Uploaded Source

Built Distributions

Orange3-3.22.0-cp37-none-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.7 Windows x86-64

Orange3-3.22.0-cp37-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.7 Windows x86

Orange3-3.22.0-cp37-cp37m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.7m

Orange3-3.22.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 (3.1 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.22.0-cp36-none-win_amd64.whl (2.6 MB view details)

Uploaded CPython 3.6 Windows x86-64

Orange3-3.22.0-cp36-none-win32.whl (2.6 MB view details)

Uploaded CPython 3.6 Windows x86

Orange3-3.22.0-cp36-cp36m-manylinux1_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.6m

Orange3-3.22.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 (3.1 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.22.0.tar.gz.

File metadata

  • Download URL: Orange3-3.22.0.tar.gz
  • Upload date:
  • Size: 2.6 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.32.2 CPython/3.7.3

File hashes

Hashes for Orange3-3.22.0.tar.gz
Algorithm Hash digest
SHA256 08384190d2a2d9dee0024bd882d7faf1cc3ebc53a46a9d023630ac68737c289e
MD5 caf49106ebbcdaa5c6a46a688a830847
BLAKE2b-256 8c21f88deb9196ba5308b2e661781a1a4d81374318d26dca076397affa96caea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.22.0-cp37-none-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.32.2 CPython/3.7.3

File hashes

Hashes for Orange3-3.22.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 d9b29e6138079be31a63600d5e0cfff4dde2fccc6db454c3fd2db279ab7bf4b4
MD5 03dba64c1c361ccff3fc28a39a142c68
BLAKE2b-256 f5b11cd066851b2b7ae5db102cbfde3047daf724a0c4b6d1caabbfbc2e9d601a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.22.0-cp37-none-win32.whl
  • Upload date:
  • Size: 2.6 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.32.2 CPython/3.7.3

File hashes

Hashes for Orange3-3.22.0-cp37-none-win32.whl
Algorithm Hash digest
SHA256 c5e7438318a9b4914e3a2d4e8278479e4b4d1dcbd6250baa67e9a83d3aa4fb44
MD5 57f5470535b5c09712cc1f4a60bb6784
BLAKE2b-256 35d726bad9df7ea7f26f8ed453fd420d9de0e55594c78887529455b056cdc488

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.22.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 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.32.2 CPython/3.7.3

File hashes

Hashes for Orange3-3.22.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 22c7acf439b3aac31277c9175fe7daf1392395dacf0928a81e12056622e96d3b
MD5 32e14182032157b8f262179971cbfbe1
BLAKE2b-256 6e4ab6520c740d0ac06927f09304eee961775255546648d559b3affb2a32cad5

See more details on using hashes here.

File details

Details for the file Orange3-3.22.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.22.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 8a2f9f210f3e51040a48dce0e0c1497952ebb19ab028cda32718dbe81cab15d4
MD5 e334acda6e786145f8e4d489809595e5
BLAKE2b-256 31ad9f7b0ebc2614ba219bc7559f4df795ca898447f756185e6900bf11dc17bd

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.22.0-cp36-none-win_amd64.whl
  • Upload date:
  • Size: 2.6 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.32.2 CPython/3.7.3

File hashes

Hashes for Orange3-3.22.0-cp36-none-win_amd64.whl
Algorithm Hash digest
SHA256 b02e83def27031225c52459787526b892a75945db0d6a9eec5c41ee84b969e8f
MD5 f55b2a84ae1c4cd74d66724dd8276c9b
BLAKE2b-256 c03ec3b56205ca63f275bbdecc536f1baac72346c5d1bb920cb543f3bae336b9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.22.0-cp36-none-win32.whl
  • Upload date:
  • Size: 2.6 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.32.2 CPython/3.7.3

File hashes

Hashes for Orange3-3.22.0-cp36-none-win32.whl
Algorithm Hash digest
SHA256 c7e81e81ac568b7b81aeb14b8f86716d145493e9bc0fb6d639f024e3b3979bcd
MD5 e675cfa90fbc93afa814028defb42279
BLAKE2b-256 e0d30790d18e61a08ad258cc5ecf07a7111c1a3b13dc39b50e529d960315c4f1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Orange3-3.22.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 2.7 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.32.2 CPython/3.7.3

File hashes

Hashes for Orange3-3.22.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 62280ce39b73a9890b10ea859c4d24ba217ec14e18e0c689c8a513da9b15bb89
MD5 d9d692b7bf020dce4f6744971775d968
BLAKE2b-256 d7bc5cc8bb359172f0361b1caf43d455d22dbb48ee9714418bdc7f9472167f73

See more details on using hashes here.

File details

Details for the file Orange3-3.22.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.22.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 dcc926ebd0bb6a70c151f2fc7b15434854df5499618773076572f9e5507c89d0
MD5 69feaebdf997c59986845b4a2756c1fe
BLAKE2b-256 f787b579330f65fca9c43f06e3873f98ceab4cec20d2155e3f33b1e63ef4666a

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