Fix normalize error

This commit is contained in:
2021-04-11 02:21:25 +02:00
parent 40d9b02ef2
commit dd83175508
554 changed files with 3891 additions and 7360 deletions

View File

@@ -4,7 +4,15 @@ from experimentation.Sets import Datasets
from experimentation.Utils import TextColor
from experimentation.Database import MySQL
models = ["stree", "adaBoost", "bagging", "odte", "cart", "oc1"]
models = [
"stree",
"stree_default",
"adaBoost",
"bagging",
"odte",
"cart",
"oc1",
]
def parse_arguments() -> Tuple[str, str, str, bool, bool]: