Make project python package friendly

- Add setup.py
- Move classes to module files
- Move tests folder inside module folder
This commit is contained in:
2020-05-23 23:40:33 +02:00
parent ac1483ae1d
commit 77f10281c1
19 changed files with 383 additions and 470 deletions

View File

@@ -1,6 +1,6 @@
import time
from sklearn.model_selection import train_test_split
from trees.Stree import Stree
from stree import Stree
random_state=1