New ODTE best_results

This commit is contained in:
2022-02-15 19:15:26 +01:00
parent 235f5ae8cb
commit 3f396b4b5c
3 changed files with 132 additions and 17 deletions

View File

@@ -10,9 +10,6 @@ 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: