Files
stree/README.md
Ricardo Montañana e56b955b92 Implement predict_proba with test.
Fix tree overload with dataset in nodes only needed in tests
2020-05-14 18:42:17 +02:00

15 lines
171 B
Markdown

# STree
Oblique Tree classifier based on SVM nodes
## Example
```python
python main.py
```
## Tests
```python
python -m unittest tests.Stree_test tests.Snode_test
```