mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 15:36:00 +00:00
* Add main workflow action * lock scikit-learn version to 0.23.2 * exchange codeship badge with githubs
2.0 KiB
2.0 KiB
Stree
Oblique Tree classifier based on SVM nodes. The nodes are built and splitted with sklearn SVC models. Stree is a sklearn estimator and can be integrated in pipelines, grid searches, etc.
Installation
pip install git+https://github.com/doctorado-ml/stree
Examples
Jupyter notebooks
Command line
python main.py
Tests
python -m unittest -v stree.tests