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