Update analysis default experiment: gridsearch

This commit is contained in:
2021-04-08 15:45:00 +02:00
parent 111272965f
commit 510c89f187

View File

@@ -31,7 +31,7 @@ def parse_arguments() -> Tuple[str, str, str, bool, bool]:
type=str,
choices=["gridsearch", "crossval", "any"],
required=False,
default="gridsearch",
default="crossval",
)
ap.add_argument(
"-m",