Orange Data Mining
Last modified: 2023-03-20
Orange is a data-mining and machine learning software that allows users to analyze data, create visualizations, and build predictive models.
Installation & Start
To install Orange, we can install it with pip in Linux.
pip install PyQt5 PyQtWebEngine
pip install orange3
Basic Usage
1. Start Orange Software
python -m Orange.canvas
2. Open .OWS File
When the Orange starts, open the “.ows” file.
3. Import Data File
Add the File widget in the left pane, and import data file such as “.csv”.
4. Workflows
Connect the File widget with the Scatter Plot widget and open the Scatter Plot. We can see the data with plot.