mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 15:36:01 +00:00
Fix normalize error
This commit is contained in:
@@ -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]:
|
||||
|
Reference in New Issue
Block a user