Add stree default to analysis

add experiment to report_mysql
fix crosval experiment to get the best "gridsearch" parameters
This commit is contained in:
2021-03-26 00:06:48 +01:00
parent 66bceff179
commit 7f75115fa9
4 changed files with 46 additions and 22 deletions

View File

@@ -46,7 +46,9 @@ class Experiment:
model = self._clf.get_model()
hyperparams = MySQL()
hyperparams.get_connection()
record = hyperparams.find_best(dataset, self._model_name)
record = hyperparams.find_best(
dataset, self._model_name, experiment="gridsearch"
)
hyperparams.close()
if record is None:
try: