Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 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 |
|