Spaces:
Sleeping
Sleeping
fixing typos
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ ngb_artifact = load_artifact("ngb_volatility_model_updated.joblib")
|
|
| 31 |
ngb_model = ngb_artifact["model"]
|
| 32 |
ngb_features = ngb_artifact["feature_names"]
|
| 33 |
# forecasting NGboost
|
| 34 |
-
forecast_ngb_artifact =
|
| 35 |
forecast_ngb_model = forecast_ngb_artifact["model"]
|
| 36 |
forecast_ngb_features = forecast_ngb_artifact["feature_names"]
|
| 37 |
|
|
|
|
| 31 |
ngb_model = ngb_artifact["model"]
|
| 32 |
ngb_features = ngb_artifact["feature_names"]
|
| 33 |
# forecasting NGboost
|
| 34 |
+
forecast_ngb_artifact = load_artifact("Forecast_ngb_volatility_model_updated.joblib")
|
| 35 |
forecast_ngb_model = forecast_ngb_artifact["model"]
|
| 36 |
forecast_ngb_features = forecast_ngb_artifact["feature_names"]
|
| 37 |
|