Files
stree/README.md
Ricardo Montañana 77f10281c1 Make project python package friendly
- Add setup.py
- Move classes to module files
- Move tests folder inside module folder
2020-05-23 23:40:33 +02:00

1.2 KiB

Build Status

Stree

Oblique Tree classifier based on SVM nodes

Stree

Installation

pip install git+https://github.com/doctorado-ml/stree

Examples

Jupyter notebooks

Slow launch but better integration
  • Binder Test notebook
Fast launch but have to run first commented out cell for setup
  • Test Test notebook

  • Test2 Another Test notebook

  • Test Graphics Test Graphics notebook

Command line

python main.py

Tests

python -m unittest -v stree.tests