Remove rotated clfs from analysis of trees

Add test ouput of wodt with aaai datasets
This commit is contained in:
2021-03-18 12:03:15 +01:00
parent 0ec9e4d85d
commit 6d68c81920
3 changed files with 57 additions and 150 deletions

View File

@@ -12,12 +12,10 @@ models_tree = [
"oc1",
"cart",
"baseRaF",
"baseRoF",
"baseRRoF",
]
models_ensemble = ["odte", "adaBoost", "bagging", "TBRaF", "TBRoF", "TBRRoF"]
title = "Best model results"
lengths = (30, 9, 11, 11, 11, 11, 11, 11, 11, 11)
lengths = (30, 9, 11, 11, 11, 11, 11, 11)
def parse_arguments() -> Tuple[str, str, str, bool, bool]: