2020-05-30 23:10:10 +02:00
2020-05-30 23:10:10 +02:00
2020-05-09 23:01:30 +02:00
2020-05-23 23:40:33 +02:00
2020-05-30 11:09:59 +02:00
2020-05-30 23:10:10 +02:00

Build Status

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
Description
Oblique Tree classifier based on SVM nodes
Readme MIT 11 MiB
Languages
Python 72.2%
Jupyter Notebook 26.9%
Makefile 0.9%