mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-18 17:05:54 +00:00
Remove BaggingStree from test_complexity
This commit is contained in:
@@ -69,7 +69,6 @@ class ModelTest(unittest.TestCase):
|
|||||||
"SVC": (0, 0, 0),
|
"SVC": (0, 0, 0),
|
||||||
"RandomForest": (21.3, 11, 5.26),
|
"RandomForest": (21.3, 11, 5.26),
|
||||||
"ExtraTree": (0, 38, 0),
|
"ExtraTree": (0, 38, 0),
|
||||||
"AdaBoostStree": (12, 6.5, 4.6),
|
|
||||||
"BaggingStree": (8.4, 4.7, 3.5),
|
"BaggingStree": (8.4, 4.7, 3.5),
|
||||||
"BaggingWodt": (272, 136.5, 50),
|
"BaggingWodt": (272, 136.5, 50),
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user