-
Hello!
I am currently using Prophet for a forecasting prototype, and I've done the search for the hyperparameters using optuna TPESampler. I have around 300 dataframes on which I have to compute t…
-
The doc string for `predictive_samples` states: `The shape of each output will be (nforecast x nsamples), where nforecast is the number of points being forecasted (the number of rows in the input data…
-
I was working on scaling up Prophet to be used as a forecast engine for hundreds of thousands of items for a project I'm working on, and realized that predicting with Prophet takes the vast majority o…
-
Hello,
I am having a big issue when adding regressor and then use the predict function :
TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to a…
-
Hello Everyone,
I am presently working on electricity demand forecasting model(s) using facebook prophet. For certain buildings we only have data from 2020 onwards with yearly seasonality. However th…
-
(Experimental & Direction Exploration)
Investigate Facebook prophet.
A timeline could be defined, and an anomaly detection module could wrap it around, this could be saved as an item, when things…
-
사용법 등 익히는 데 도움될만한 내용은 여기에 공유해주시면 감사하겠습니다
-
Hi,
I'm looking for a way to implement KernelExplainer with Facebook's Prophet model (time series). The dataset is a multivariate time series data frame (including dates, few drivers, and sales pr…
-
**Describe the bug**
Attempting to Use SKTime Prophet estimator, which performed successfully on my Intel-based Mac but now fails when attempting to fit. The error message indicates that library '@…
-
e.g. `facebook/prophet` has `./Makefile` and `./docs/Makefile`; it appears to be random which will be included --> bigger diff from auto-update.
Not sure a robust way to fix this ATM