mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-15 23:46:02 +00:00
Make project python package friendly
- Add setup.py - Move classes to module files - Move tests folder inside module folder
This commit is contained in:
14
README.md
14
README.md
@@ -4,7 +4,13 @@
|
||||
|
||||
Oblique Tree classifier based on SVM nodes
|
||||
|
||||

|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pip install git+https://github.com/doctorado-ml/stree
|
||||
```
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -24,12 +30,12 @@ Oblique Tree classifier based on SVM nodes
|
||||
|
||||
### Command line
|
||||
|
||||
```python
|
||||
```bash
|
||||
python main.py
|
||||
```
|
||||
|
||||
## Tests
|
||||
|
||||
```python
|
||||
python -m unittest -v tests.Stree_test tests.Snode_test
|
||||
```bash
|
||||
python -m unittest -v stree.tests
|
||||
```
|
||||
|
Reference in New Issue
Block a user