[![Build Status](https://travis-ci.com/Doctorado-ML/STree.svg?branch=master)](https://travis-ci.com/Doctorado-ML/STree) # Stree Oblique Tree classifier based on SVM nodes ## Example ### Jupyter [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Doctorado-ML/STree/master?urlpath=lab/tree/test.ipynb) ### Command line ```python python main.py ``` ## Tests ```python python -m unittest -v tests.Stree_test tests.Snode_test ```