Orange Data Mining
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.
Basic Usage
1. Start Orange Software
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.
Last updated