Implement predict & predict_proba optimization

reduces time in two orders of magnitude in creditcard dataset
This commit is contained in:
2020-05-15 23:35:33 +02:00
parent e56b955b92
commit 80b5cf8e72
6 changed files with 129 additions and 59 deletions

View File

@@ -10,5 +10,5 @@ python main.py
## Tests
```python
python -m unittest tests.Stree_test tests.Snode_test
python -m unittest -v tests.Stree_test tests.Snode_test
```