mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-15 23:46:03 +00:00
Add models oc1 and cart
This commit is contained in:
@@ -20,7 +20,7 @@ def parse_arguments() -> Tuple[str, str, str, str, str, bool, bool, dict]:
|
||||
"-m",
|
||||
"--model",
|
||||
type=str,
|
||||
choices=["stree", "adaBoost", "bagging", "odte"],
|
||||
choices=["stree", "adaBoost", "bagging", "odte", "oc1", "cart"],
|
||||
required=False,
|
||||
default="stree",
|
||||
)
|
||||
|
Reference in New Issue
Block a user