Files
stree/README.md
Ricardo Montañana 80b5cf8e72 Implement predict & predict_proba optimization
reduces time in two orders of magnitude in creditcard dataset
2020-05-15 23:35:33 +02:00

15 lines
174 B
Markdown

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