https://github.com/biolab/orange3-educational
🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
https://github.com/biolab/orange3-educational
algorithm coursera data-mining machine-learning machine-learning-algorithms orange teaching udacity university-course visualization
Last synced: 3 months ago
JSON representation
🍊 🎓 Educational widgets for machine learning and data mining in Orange 3.
- Host: GitHub
- URL: https://github.com/biolab/orange3-educational
- Owner: biolab
- License: other
- Created: 2016-05-16T08:07:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T14:50:06.000Z (over 1 year ago)
- Last Synced: 2025-07-26T05:14:35.432Z (3 months ago)
- Topics: algorithm, coursera, data-mining, machine-learning, machine-learning-algorithms, orange, teaching, udacity, university-course, visualization
- Language: Python
- Homepage:
- Size: 10.7 MB
- Stars: 28
- Watchers: 7
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
Orange3-Educational
===================
Educational widgets for machine learning and data mining in
[Orange](http://orange.biolab.si).
Widgets in Educational Add-on demonstrate several key data mining and machine learning procedures.
The widgets are useful for beginners to understand the inner working of key algorithms in the data
mining and for teachers to be able to visually explain various methods in a classroom.
Installation
------------
To install the add-on with pip use
pip install Orange3-Educational
To install the add-on from source, run
python setup.py install
To register this add-on with Orange, but keep the code in the development directory (do not copy it to
Python's site-packages directory), run
python setup.py develop
Usage
-----
After the installation, the widgets from this add-on are registered with
Orange. To run Orange from the terminal,
use
python3 -m Orange.canvas
new widgets are in the toolbox bar under Educational section.