Files
stree/README.md

24 lines
449 B
Markdown

[![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?filepath=test.ipynb)
## Command line
```python
python main.py
```
## Tests
```python
python -m unittest -v tests.Stree_test tests.Snode_test
```