Gumball2k5 commited on
Commit
50d789d
·
verified ·
1 Parent(s): f19f4d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -269,8 +269,8 @@ elif app_section == "Model Performance & Diagnostics":
269
 
270
  # --- TÙY CHỈNH ---
271
  # Đảm bảo 'RMSE' và 'R2' là tên cột chính xác trong file 'final_5_day_results_df.csv'
272
- RMSE_COL_NAME = 'RMSE'
273
- R2_COL_NAME = 'R2'
274
 
275
  col1, col2 = st.columns(2)
276
  with col1:
 
269
 
270
  # --- TÙY CHỈNH ---
271
  # Đảm bảo 'RMSE' và 'R2' là tên cột chính xác trong file 'final_5_day_results_df.csv'
272
+ RMSE_COL_NAME = 'RMSE (Absolute Error)'
273
+ R2_COL_NAME = 'R-squared'
274
 
275
  col1, col2 = st.columns(2)
276
  with col1: