fix: fix a minor bug (#694)

This commit is contained in:
Yuante Li
2025-03-17 21:43:26 +08:00
committed by GitHub
parent 93b41c1414
commit b8a699a0df
@@ -294,8 +294,8 @@ spec:
val_y=val_y,
test_X=X_test_transformed
)
val_preds_dict[model_name] = val_pred
test_preds_dict[model_name] = test_pred
val_preds_dict[model_module] = val_pred
test_preds_dict[model_module] = test_pred
{% endfor %}
final_pred = ensemble_workflow(test_preds_dict, val_preds_dict, val_y)
{% endraw %}