Add model comparison to notebook test

This commit is contained in:
2020-05-17 16:17:57 +02:00
parent ad51d0b36b
commit d997bc3460
8 changed files with 461 additions and 93 deletions

View File

@@ -1,6 +1,7 @@
from trees.Stree import Stree
from sklearn.datasets import make_classification
from trees.Stree import Stree
random_state = 1
X, y = make_classification(n_samples=1500, n_features=3, n_informative=3,
n_redundant=0, n_repeated=0, n_classes=2, n_clusters_per_class=2,