bichle commited on
Commit
5b8954e
·
verified ·
1 Parent(s): f4684ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -311,7 +311,7 @@ HOURLY_TARGET_COLS = ['target_temp_next_24h', 'target_temp_next_48h', 'target_te
311
  'target_temp_next_96h', 'target_temp_next_120h']
312
 
313
  # Load models và data mới
314
- hourly_data_df = load_hourly_data(file_path="data/final_hourly_features_demo.xlsx - Sheet1.csv") # Dùng tên file features demo chính xác
315
  hourly_models_24h = load_24_hourly_models() # Dùng 24 mô hình LGBM
316
  hourly_agg_model = load_hourly_aggregate_model() # Dùng mô hình Aggregate T+24h
317
 
 
311
  'target_temp_next_96h', 'target_temp_next_120h']
312
 
313
  # Load models và data mới
314
+ hourly_data_df = load_hourly_data(file_path="data/final_hourly_feature_dataset.csv") # Dùng tên file features chính xác
315
  hourly_models_24h = load_24_hourly_models() # Dùng 24 mô hình LGBM
316
  hourly_agg_model = load_hourly_aggregate_model() # Dùng mô hình Aggregate T+24h
317