facebook / facebook/prophet

error: terminated by signal 3221225657

Open
#2,245 12 comments 6 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
20.4k
Forks
4.6k
Avg merge
19h 52m
Merged PRs (30d)
1

Description

hi

I installed package prophet (not fbprophet) in Python 3.9.4. But fitting a model gives error. With the same data in R code works perfectly. What is the issue?

model = Prophet()
model.fit(df1)

Error:

14:55:05 - cmdstanpy - INFO - Chain [1] start processing
14:55:06 - cmdstanpy - INFO - Chain [1] done processing
14:55:06 - cmdstanpy - ERROR - Chain [1] error: terminated by signal 3221225657
Optimization terminated abnormally. Falling back to Newton.
14:55:06 - cmdstanpy - INFO - Chain [1] start processing
14:55:06 - cmdstanpy - INFO - Chain [1] done processing
14:55:06 - cmdstanpy - ERROR - Chain [1] error: terminated by signal 3221225657

.....

RuntimeError: Error during optimization:

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.