prophet icon indicating copy to clipboard operation
prophet copied to clipboard

cmdstanpy- ERROR - error: error during processing Communication error on send

Open DariusMargineanNicolae opened this issue 3 years ago • 4 comments

Hello!

I started training a prophet model for a timeseries forecasting problem, and once I started training & searching for the best hyperparameters I get the following output in terminal:

cmdstanpy - ERROR - Chain [1] error: error during processing Communication error on send cmdstanpy - INFO - Chain [1] done processing Optimization terminated abnormally. Falling back to Newton. However the code seems to run fine and once the searching is done I get the best hyperparameters and start training with them. The searching is done with Optuna for 4000 trials and the next param grid: param_grid = { "changepoint_prior_scale": trial.suggest_categorical( "changepoint_prior_scale", [0.0001, 0.001, 0.01, 0.1, 0.5, 0.05, 0.9] ), "seasonality_prior_scale": trial.suggest_categorical( "seasonality_prior_scale", [0.01, 0.1, 1.0, 10] ), "seasonality_mode": trial.suggest_categorical( "seasonality_mode", ["multiplicative", "additive"] ), "growth": trial.suggest_categorical("growth", ["linear"]), "yearly_seasonality": trial.suggest_categorical( "yearly_seasonality", [3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15] ) Does anybody have any idea what this error suggest? Or if it affects my search in any ways? Thank you in advance :)

DariusMargineanNicolae avatar Oct 31 '22 15:10 DariusMargineanNicolae

I have the same issue. @DariusMargineanNicolae any ideas why ?

tulbureandreit avatar Dec 05 '22 15:12 tulbureandreit

This issue (and the other linked ones) might be related: https://github.com/facebook/prophet/issues/2357

tcuongd avatar Jan 31 '23 02:01 tcuongd

I have the same issue here as "cmdstanpy - ERROR - Chain [1] error: error during processing Communication error on send"

Aerospacerr avatar Apr 09 '23 12:04 Aerospacerr

Any updates here? Same error here.

wagdelima avatar May 16 '24 11:05 wagdelima