Add first doc info to sources

This commit is contained in:
2021-04-18 22:46:09 +02:00
parent 8a18c998df
commit 951f1cfaa7
14 changed files with 240 additions and 2 deletions

View File

@@ -14,6 +14,10 @@ Oblique Tree classifier based on SVM nodes. The nodes are built and splitted wit
pip install git+https://github.com/doctorado-ml/stree
```
## Documentation
Can be found in
## Examples
### Jupyter notebooks
@@ -61,3 +65,7 @@ Once we have the column to take into account for the split, the algorithm splits
```bash
python -m unittest -v stree.tests
```
## License
STree is [MIT](https://github.com/doctorado-ml/stree/blob/master/LICENSE) licensed