mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-17 08:26:00 +00:00
Update readme, add travis config
This commit is contained in:
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
anguage: python
|
||||||
|
os: linux
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
# command to run tests
|
||||||
|
script: python -m unittest tests.Stree_test tests.Snode_test
|
@@ -1,4 +1,6 @@
|
|||||||
# STree
|
[](https://travis-ci.com/Doctorado-ML/STree)
|
||||||
|
|
||||||
|
# Stree
|
||||||
|
|
||||||
Oblique Tree classifier based on SVM nodes
|
Oblique Tree classifier based on SVM nodes
|
||||||
|
|
||||||
@@ -6,7 +8,7 @@ Oblique Tree classifier based on SVM nodes
|
|||||||
|
|
||||||
## Jupyter
|
## Jupyter
|
||||||
|
|
||||||
[Binder link to test.ipynb](https://gesis.mybinder.org/binder/v2/gh/Doctorado-ML/STree/80b5cf8e722a0fc648624fbab69cd686847f906d)
|
[](https://notebooks.gesis.org/user/ricardo.montanana@alu.uclm.es/notebooks/test.ipynb)
|
||||||
|
|
||||||
## Command line
|
## Command line
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user