Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ def train_predict(symbol, start_date, end_date, forecast_days):
|
|
| 40 |
models = {
|
| 41 |
'XGBoost': xgb.XGBRegressor(),
|
| 42 |
'LightGBM': lgb.LGBMRegressor(),
|
| 43 |
-
|
| 44 |
'HistGradientBoosting': HistGradientBoostingRegressor()
|
| 45 |
}
|
| 46 |
|
|
|
|
| 40 |
models = {
|
| 41 |
'XGBoost': xgb.XGBRegressor(),
|
| 42 |
'LightGBM': lgb.LGBMRegressor(),
|
| 43 |
+
# 'CatBoost': catboost.CatBoostRegressor(),
|
| 44 |
'HistGradientBoosting': HistGradientBoostingRegressor()
|
| 45 |
}
|
| 46 |
|