Orange Data Mining Library

Tutorial

This is a gentle introduction on scripting in Orange , a Python 3 data mining library. We here assume you have already downloaded and installed Orange from its github repository and have a working version of Python. In the command line or any Python environment, try to import Orange. Below, we used a Python shell:

% python
>>> import Orange
>>> Orange.version.version
'3.25.0.dev0+3bdef92'
>>>

If this leaves no error and warning, Orange and Python are properly installed and you are ready to continue with the tutorial.

Reference

Available classes and methods.