Ricardo Montañana Gómez 45510b43bc Merge pull request #5 from Doctorado-ML/add_kernels
#3 Add kernels to STree
2020-06-09 13:43:31 +02:00
2020-06-09 02:12:56 +02:00
2020-06-06 03:04:18 +02:00
2020-05-09 23:01:30 +02:00
2020-06-06 03:04:18 +02:00
2020-06-06 03:04:18 +02:00

Codeship Status for Doctorado-ML/STree codecov Codacy Badge

Stree

Oblique Tree classifier based on SVM nodes. The nodes are built and splitted with sklearn SVC 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

  • Binder Benchmark

  • Test Benchmark

  • Test2 Test features

  • Adaboost Adaboost

  • Gridsearch Gridsearch

  • Test Graphics Test Graphics

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%