mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 07:56:07 +00:00
Remove rotated clfs from analysis of trees
Add test ouput of wodt with aaai datasets
This commit is contained in:
@@ -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]:
|
||||
|
Reference in New Issue
Block a user