[![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 ![Stree](https://raw.github.com/doctorado-ml/stree/master/example.png) ## Installation ```bash pip install git+https://github.com/doctorado-ml/stree ``` ## Examples ### Jupyter notebooks ##### Slow launch but better integration * [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/Doctorado-ML/STree/master?urlpath=lab/tree/test.ipynb) Test notebook ##### Fast launch but have to run first commented out cell for setup * [![Test](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Doctorado-ML/STree/blob/master/test.ipynb) Test notebook * [![Test2](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Doctorado-ML/STree/blob/master/test2.ipynb) Another Test notebook * [![Test Graphics](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Doctorado-ML/STree/blob/master/test_graphs.ipynb) Test Graphics notebook ### Command line ```bash python main.py ``` ## Tests ```bash python -m unittest -v stree.tests ```