mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
- Add setup.py - Move classes to module files - Move tests folder inside module folder
1.2 KiB
1.2 KiB
Stree
Oblique Tree classifier based on SVM nodes
Installation
pip install git+https://github.com/doctorado-ml/stree
Examples
Jupyter notebooks
Slow launch but better integration
Fast launch but have to run first commented out cell for setup
Command line
python main.py
Tests
python -m unittest -v stree.tests