stefan-it commited on
Commit
0bcd7ac
·
1 Parent(s): 111979d

readme: clarify best model selection

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
74
 
75
  gr.Dataframe(value=df_result)
76
 
77
- gr.Markdown("### Best Model\nThe best hyper-parameter configuration for each model is used and the model with highest F1-score is used and its performance is reported here:")
78
 
79
  df_result = perform_evaluation_for_datasets("Best Model", dataset_names)
80
 
 
74
 
75
  gr.Dataframe(value=df_result)
76
 
77
+ gr.Markdown("### Best Model\nThe best hyper-parameter configuration for each model is used, the model with highest F1-score is chosen and its performance is reported here:")
78
 
79
  df_result = perform_evaluation_for_datasets("Best Model", dataset_names)
80