Add Random Forest

This commit is contained in:
2022-01-14 14:07:58 +01:00
parent bae3b676ec
commit f43622504c
9 changed files with 31 additions and 325 deletions

View File

@@ -10,6 +10,9 @@ import pandas as pd
from sklearn.model_selection import StratifiedKFold, KFold, cross_validate
from Utils import Folders, Files
from Models import Models
from stree import Stree
from wodt import Wodt
from sklearn.tree import DecisionTreeClassifier
class Randomized: