ignore score value (#586)

This commit is contained in:
Tim
2025-02-12 11:39:49 +08:00
committed by GitHub
parent 3d8ec4e272
commit 940a58e142
@@ -74,7 +74,7 @@ model_set_in_scores = set(score_df.index)
for model in {{model_names}}:
if model not in model_set_in_scores:
print(f"\nModel {model} is not evaluated in the scores.csv.")
print("Please check scores dataframe's format, it's:")
print("Please check the format of the scores dataframe and ignore the magnitude of its values:")
print(score_df)
print("Ensemble test end.")