mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 15:36:00 +00:00
* Add first doc info to sources * Update doc to separate classes in api * Refactor build_predictor * Fix random_sate issue in non linear kernels * Refactor score method using base class implementation * Some quality refactoring * Fix codecov config. * Add sigmoid kernel * Refactor setup and add Makefile
14 lines
863 B
Markdown
14 lines
863 B
Markdown
# Stree
|
|
|
|
[](https://app.codeship.com/projects/399170)
|
|
[](https://codecov.io/gh/doctorado-ml/stree)
|
|
[](https://www.codacy.com/gh/Doctorado-ML/STree?utm_source=github.com&utm_medium=referral&utm_content=Doctorado-ML/STree&utm_campaign=Badge_Grade)
|
|
|
|
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.
|
|
|
|

|
|
|
|
## License
|
|
|
|
STree is [MIT](https://github.com/doctorado-ml/stree/blob/master/LICENSE) licensed
|