Add oc1 and cart models

Update analysis and report mysql
This commit is contained in:
2021-03-03 12:47:47 +01:00
parent df42c0df74
commit 116db3f528
113 changed files with 1301 additions and 35 deletions

View File

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