Files
stree/README.md
Ricardo Montañana b9f14aec05 #4 Add code coverage & codacy badge
Add code coverage configuration in codecov
Add some tests
2020-06-06 03:04:18 +02:00

1.8 KiB

Build Status codecov Codacy Badge

Stree

Oblique Tree classifier based on SVM nodes. The nodes are built and splitted with sklearn LinearSVC models.Stree is a sklearn estimator and can be integrated in pipelines, grid searches, etc.

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