mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-16 07:56:06 +00:00
42 lines
1.3 KiB
Markdown
42 lines
1.3 KiB
Markdown
[](https://travis-ci.com/Doctorado-ML/STree)
|
|
|
|
# Stree
|
|
|
|
Oblique Tree classifier based on SVM nodes
|
|
|
|

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