Skip to main content

Orange, a component-based data mining framework.

Project description

Orange 3

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

Uploaded Source

Built Distributions

Orange3-3.35.0-cp311-cp311-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.11 Windows x86-64

Orange3-3.35.0-cp311-cp311-win32.whl (3.3 MB view details)

Uploaded CPython 3.11 Windows x86

Orange3-3.35.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

Orange3-3.35.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

Orange3-3.35.0-cp311-cp311-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

Orange3-3.35.0-cp311-cp311-macosx_10_9_universal2.whl (3.8 MB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

Orange3-3.35.0-cp310-cp310-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.10 Windows x86-64

Orange3-3.35.0-cp310-cp310-win32.whl (3.3 MB view details)

Uploaded CPython 3.10 Windows x86

Orange3-3.35.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

Orange3-3.35.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

Orange3-3.35.0-cp310-cp310-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

Orange3-3.35.0-cp310-cp310-macosx_10_9_universal2.whl (3.8 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

Orange3-3.35.0-cp39-cp39-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.9 Windows x86-64

Orange3-3.35.0-cp39-cp39-win32.whl (3.3 MB view details)

Uploaded CPython 3.9 Windows x86

Orange3-3.35.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

Orange3-3.35.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

Orange3-3.35.0-cp39-cp39-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

Orange3-3.35.0-cp39-cp39-macosx_10_9_universal2.whl (3.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

Orange3-3.35.0-cp38-cp38-win_amd64.whl (3.4 MB view details)

Uploaded CPython 3.8 Windows x86-64

Orange3-3.35.0-cp38-cp38-win32.whl (3.3 MB view details)

Uploaded CPython 3.8 Windows x86

Orange3-3.35.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

Orange3-3.35.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

Orange3-3.35.0-cp38-cp38-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: Orange3-3.35.0.tar.gz
  • Upload date:
  • Size: 3.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for Orange3-3.35.0.tar.gz
Algorithm Hash digest
SHA256 61728d5fe0601f0f4df20d8b456c4244ea119feccfb25ee08837edd2bab0e9a0
MD5 2934872973c2a8abb89f228565684d5c
BLAKE2b-256 0e5b8a1272a77761314ecb8bfd1cfb77ee9c530c573810d9222a3282b8edfa65

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d3c0af22d8cfb55b2594f335196ff01cf33eb4b377a727a59c28327c59e3d638
MD5 ebfdadd9b8aef1b90525f4e9b1742e18
BLAKE2b-256 0faf02ca24849f7b3d2b7e1efd3b9cc5fc9b336dd1ccbd631dd260fd7270df1b

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: Orange3-3.35.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for Orange3-3.35.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 80a4cf31a26c0e1362cdac99289e882d47f48dff0044d7588654971301917fbc
MD5 b57aa8430e3e9d072fcad040d24f7858
BLAKE2b-256 f9f3df11c6ab9271d57d39442d94e9860ab81c119aefb27a9f81077ad695e6e4

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 97037641edc2e50034ccffc807bc90e539ebc9721dcff81729e75d9f5478fff5
MD5 416384e1d802d7c2ccb7c2b09fcb5a3b
BLAKE2b-256 9a90dc5edc9c46d94287b19c8c55ada15f43e15473345e5775bcc77899ed7037

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9d2502f3cfa780c5feeac0ec7b336bcab9c7389c559198b8739ec142bd8f3af3
MD5 adce284dcca9225b7b180a603d05a62d
BLAKE2b-256 350e77ba7b99817860ad4fafe73f2a5fa22dd9505eb6a286c113524fb468f762

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6a48b9288ab68eaa9a70f15787fc8ba42ef95aeef38172a6d0386906497e321a
MD5 f06c30e5401c9c706b25de7ce938bfb1
BLAKE2b-256 dc9f97e51f5e0d5bb0657cf83b37e3f8f1aaa45c2b2bb805b77b0080d60cbc3e

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 47ef9f37af9216502edf5a744b00a855432977f37bf9954f9d420ea8dde658e5
MD5 54c0ee9c9378c0035a39bf375ba7ba8f
BLAKE2b-256 cb89739730a1215366f1770d07b75b9599b31049f1f4999bc77927ea9b6c9b95

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c2eaaee509478dd3306ea3a03e94b638a1e42092bef6b9974a7c7fc8d5266849
MD5 2cb995751ceee59cab2b2e183a3ed642
BLAKE2b-256 3c3e79adf8bb33bc42b0e586d12a4c5047742418ad4e6bcb4de0bcdee74d1906

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: Orange3-3.35.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for Orange3-3.35.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3d7cb977067cf6443e90da265a842167a0b7295b72cc9994110b6c98d073729e
MD5 4e4082474755082539c0609c9c1c7291
BLAKE2b-256 3961b476c7af9260635b88fd3e46300f1a0ad349375b3388add34970ab8cc7df

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e627ce24851e927ce42decb4776c78f894b99f9f40358a7b260f94b279e4e126
MD5 d69e494fd48aeb47c2054fb254069895
BLAKE2b-256 93c396d4e77f723d05c992912b1602c54c6e8d443e4c3574d8300daded3a667c

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1194f1bc8fde8feb90229097619afa3f9bdd8ba0cc62afd2f9db14d51c4014d6
MD5 f358346bb7d1162bc1711d5b51356dd0
BLAKE2b-256 2f8337f75bb911a9d619f9fe4cfd4f9316c39c3ee3a1ea40880532b49db9f457

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 616c9dd1cb25cd3c0669cf9edc8637b42a1516ba10a1cf088daceb1df1d95e0f
MD5 8bb1b0a2a01cc54ce2840b3b5723c1c3
BLAKE2b-256 948f84af97fbb47fadc63cb4b35c1301a5e35bfabc54ffd3b9d8d01ec1baf699

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 0c74708fd3d2ff2e310902f233bdb295a3e9a10f8465dbb08378cb08a1be4a0a
MD5 ea2fd01ee48478a5c1a695066ac43dbc
BLAKE2b-256 a4cc73d1b26147fa6e7898d0c7fabd4313b4cc3de35b6e672058c0d754b40250

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: Orange3-3.35.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for Orange3-3.35.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 bf3266864f89bf45f2fe11434e8f26bfa48e347df94ed0a0d51f27034e1f7688
MD5 8f5e1cd0b8138bca7b75f86a60ab2397
BLAKE2b-256 17f6165d9ba95a1109a149c5be5525a3222d29ed3dadff5b0d3aed9a4064da41

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: Orange3-3.35.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for Orange3-3.35.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 03796b1d9f01e7be79c35ec366d2c241e49a62de17ead3054f7597fb77451d88
MD5 0aaa3020b4cc561945eb038b90fcc3cc
BLAKE2b-256 43caf4598b0d1d4f3d107bd2fbafe9df33f49c418d44f7629848fa1cee2e656a

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79b9aac9655ce3942f694d41b6e385da15d4d04dda08f7a24ab978dd964646fd
MD5 5bf29d2dad57bbabc58c05b2c0d50786
BLAKE2b-256 b72f5042e9103f3ce7e56f924e7df32ce7733114079503b42532acc8bba6ab26

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6a655615b197ff59781690a0d2f8265349533acbad9425bc5444c199e360657
MD5 06231375e6bc7efc6edbac255e2d3b59
BLAKE2b-256 1ba0c482e1965700a7c99c28c3ccaea05992562cf82859ad05b49e32ba8adc02

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d33e9d7ad1bfe9f4ee0f901607ec7217e0c00ae6293325af1e81e17705e8404
MD5 dc373165a1ce6302c8c77965204e5c0b
BLAKE2b-256 7c56dc4ea4b9bb84020d96d2d3796f72b6e390a8575e2a3ad6c8e37b4c2302de

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 e5d691cb8894f9695041eeabce0a915b2d8ba65592855e554990c64c85e9acb2
MD5 64636d9a74681946cbc1c3ca42195a81
BLAKE2b-256 ac9ce325993403a90f1e82b3b0e43cfcaefc5cb7ece08722c27afab3002ae2bc

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: Orange3-3.35.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 3.4 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for Orange3-3.35.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ff61684facea2c1696308d57b9d3f17c44a2500c6128d1f0d72de032573ecb32
MD5 40bd40ed7dba1668b6a6a811ae09151d
BLAKE2b-256 af95d1874401b146dda9bd6cce2d5cd529767f613dbfc0ccd21c48bf35f56b39

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: Orange3-3.35.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 3.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for Orange3-3.35.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2432e98aef5cdefbeb50e9e1f4bf180eff668f6f344ef34b324e3dc2202c3895
MD5 8db16eb162349628cd0665ad002ad55c
BLAKE2b-256 4ed097b7414e38052aea87d8fe2f3d59a2eaaa5cfbb20cef52aacd674fec1927

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2e135e29918fd175e6f76dc72cbbc6c88fbc3310f4363aee0cfe126be2fcaa91
MD5 21d91f11e32b6219b7634d0391ecf3eb
BLAKE2b-256 82b5a4af1c5ccb0662c59861fb9ac34a2387cfd717822bab72fdc13cbfe9904a

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89da48bd21c72edf5736ee96e24a4616d62204437d8e51d0938ac451569fb344
MD5 194a4cdc9f726e671f7fadebc41556ef
BLAKE2b-256 7069d588b353cace37b539dcfd0f1092335868879719ed9ea00f454cb3b4cbc4

See more details on using hashes here.

File details

Details for the file Orange3-3.35.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for Orange3-3.35.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e4026b7db021e476fa14151d1037fc9f075d99293007b02587c119cd48c55c4b
MD5 58381174fe1bb860178114170e337f2f
BLAKE2b-256 b4b3956b8a812730b9b8c542f8a28e00638b4c803eefda5fb46d649b18c82de3

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