text change (#568)

This commit is contained in:
XianBW
2025-02-08 21:14:13 +08:00
committed by GitHub
parent 12cbd21dbe
commit b452626cfb
2 changed files with 3 additions and 3 deletions
@@ -77,5 +77,5 @@ for model in {{model_names}}:
print("Please check scores dataframe's format, it's:")
print(score_df)
print("Ensemble test passed successfully.")
print(f"Output shape: {final_pred.shape}")
print("Ensemble test end.")
print(f"Final prediction shape: {final_pred.shape}")
@@ -50,4 +50,4 @@ val_pred, test_pred, final_hypers = model_workflow(
)
log_execution_results(start_time, val_pred, test_pred, final_hypers, "The second execution")
print("Model code test passed successfully.")
print("Model code test end.")