UnboundLocalError: local variable "conditional_cols" referenced before assignment when model trained with argument missing_imputation=False and there are seasonalities #1619
Labels
type:bug
Something isn't working
neural_prophet/neuralprophet/data/process.py
Line 435 in 18e3e4d
We observed a bug when we try to predict a future dataframe using a trained model with missing_imputation = False and seasonalities set. The variable conditional_cols is used inside an if statement when dropped_trailing_y and predicting are true, but this variable is defined only if config_missing.impute_missing is True
The text was updated successfully, but these errors were encountered: