ppc64le/linux/: orange3-3.38.1+ppc64le1 metadata and description

Homepage Simple index

Orange, a component-based data mining framework.

author Bioinformatics Laboratory, FRI UL
author_email [email protected]
classifiers
  • Development Status :: 4 - Beta
  • Environment :: X11 Applications :: Qt
  • Environment :: Console
  • Environment :: Plugins
  • Programming Language :: Python
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: POSIX
  • Operating System :: Microsoft :: Windows
  • Topic :: Scientific/Engineering :: Artificial Intelligence
  • Topic :: Scientific/Engineering :: Visualization
  • Topic :: Software Development :: Libraries :: Python Modules
  • Intended Audience :: Education
  • Intended Audience :: Science/Research
  • Intended Audience :: Developers
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic summary
keywords data mining,machine learning,artificial intelligence
license GPLv3+
license_file LICENSE
project_urls
  • Documentation, https://orangedatamining.com/docs
  • Source Code, https://github.com/biolab/orange3
  • Issue Tracker, https://github.com/biolab/orange3/issues
  • Donate, https://github.com/sponsors/biolab
requires_dist
  • AnyQt>=0.2.0
  • baycomp>=1.0.2
  • bottleneck>=1.3.4
  • chardet>=3.0.2
  • httpx>=0.21.0
  • joblib>=1.2.0
  • keyring
  • keyrings.alt
  • matplotlib>=3.2.0
  • networkx
  • numpy<2,>=1.20.0
  • openTSNE!=0.7.0,>=0.6.1
  • openpyxl>=3.1.3
  • orange-canvas-core<0.3a,>=0.2.5
  • orange-widget-base>=4.25.0
  • packaging
  • pandas!=1.5.0,!=2.0.0,>=1.4.0
  • pip>=19.3
  • pygments>=2.8.0
  • pyqtgraph>=0.13.1
  • python-louvain>=0.13
  • pyyaml
  • qtconsole>=4.7.2
  • requests
  • scikit-learn>=1.5.1
  • scipy>=1.9
  • serverfiles
  • xlrd>=1.2.0
  • xlsxwriter
requires_python >=3.9
File Tox results History
orange3-3.38.1+ppc64le1-cp312-cp312-manylinux_2_31_ppc64le.whl
Size
6 MB
Type
Python Wheel
Python
3.12

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.

Export Classification Notice

The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.