bichle commited on
Commit
a9d3eca
·
verified ·
1 Parent(s): 198d222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ HOURLY_TARGET_COLS = ['target_temp_next_24h', 'target_temp_next_48h', 'target_te
282
  'target_temp_next_96h', 'target_temp_next_120h']
283
 
284
  # Load models và data mới
285
- hourly_data_df = load_hourly_data(file_path="data/final_hourly_features_demo.xlsx - Sheet1.csv") # Dùng tên file features demo
286
  hourly_models_24h = load_24_hourly_models() # Dùng 24 mô hình LGBM
287
  hourly_agg_model = load_hourly_aggregate_model() # Dùng mô hình Aggregate T+24h
288
 
 
282
  'target_temp_next_96h', 'target_temp_next_120h']
283
 
284
  # Load models và data mới
285
+ hourly_data_df = load_hourly_data(file_path="data/final_hourly_feature_dataset") # Dùng tên file features demo
286
  hourly_models_24h = load_24_hourly_models() # Dùng 24 mô hình LGBM
287
  hourly_agg_model = load_hourly_aggregate_model() # Dùng mô hình Aggregate T+24h
288