mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-16 16:06:01 +00:00
22 lines
334 B
Markdown
22 lines
334 B
Markdown
# STree
|
|
|
|
Oblique Tree classifier based on SVM nodes
|
|
|
|
## Example
|
|
|
|
## Jupyter
|
|
|
|
[Binder link to test.ipynb](https://gesis.mybinder.org/binder/v2/gh/Doctorado-ML/STree/80b5cf8e722a0fc648624fbab69cd686847f906d)
|
|
|
|
## Command line
|
|
|
|
```python
|
|
python main.py
|
|
```
|
|
|
|
## Tests
|
|
|
|
```python
|
|
python -m unittest -v tests.Stree_test tests.Snode_test
|
|
```
|