Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a-mhamdi/dm-orange
Using Orange for Machine Learning Applications
https://github.com/a-mhamdi/dm-orange
data-analytics machine-learning orange3
Last synced: 23 days ago
JSON representation
Using Orange for Machine Learning Applications
- Host: GitHub
- URL: https://github.com/a-mhamdi/dm-orange
- Owner: a-mhamdi
- License: mit
- Created: 2024-12-30T21:44:34.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-12-31T18:54:31.000Z (25 days ago)
- Last Synced: 2024-12-31T19:30:34.775Z (25 days ago)
- Topics: data-analytics, machine-learning, orange3
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ML with Orange Data Mining App
Using [Orange](https://orangedatamining.com/) for Machine Learning Applications## Installation
```bash
pip install PyQt5 PyQtWebEngine
pip install orange3
```![Orange](imgs/orange-data-mining.png)
## Snippets
![Data Preprocessing](imgs/data-preprocessing.svg)
![Linear Regression](imgs/linear-regression.svg)
![Classification](imgs/classification.svg)
![Clustering](imgs/clustering.svg)
![Neural Network](imgs/neural-network.svg)