mirror of
https://github.com/microsoft/autogen.git
synced 2025-10-27 07:49:00 +00:00
update
This commit is contained in:
parent
bfacff2a3d
commit
e3aa7ea9d1
@ -541,7 +541,6 @@ def evaluate_model_CV(
|
|||||||
total_fold_num += 1
|
total_fold_num += 1
|
||||||
val_loss_folds.append(val_loss_i)
|
val_loss_folds.append(val_loss_i)
|
||||||
if log_training_metric or not isinstance(eval_metric, str):
|
if log_training_metric or not isinstance(eval_metric, str):
|
||||||
if isinstance(metric_i, dict):
|
|
||||||
log_metric_folds.append(metric_i)
|
log_metric_folds.append(metric_i)
|
||||||
train_time += train_time_i
|
train_time += train_time_i
|
||||||
pred_time += pred_time_i
|
pred_time += pred_time_i
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user