From e3aa7ea9d13082a615169bf434043c576d193bbf Mon Sep 17 00:00:00 2001 From: skzhang1 Date: Sun, 21 Aug 2022 12:52:27 +0000 Subject: [PATCH] update --- flaml/ml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/flaml/ml.py b/flaml/ml.py index c5054ca5a..0dc597e17 100644 --- a/flaml/ml.py +++ b/flaml/ml.py @@ -541,7 +541,6 @@ def evaluate_model_CV( total_fold_num += 1 val_loss_folds.append(val_loss_i) if log_training_metric or not isinstance(eval_metric, str): - if isinstance(metric_i, dict): log_metric_folds.append(metric_i) train_time += train_time_i pred_time += pred_time_i