forecasting
Here are 721 public repositories matching this topic...
-
Updated
Sep 8, 2020
Is your feature request related to a problem? Please describe.
Plotting confidence intervalls with the current plot function from sktime.utils.plotting import plot_series is not well suitable in case all lines are very close, see picture.
**Describe the solution you'd
-
Updated
Nov 13, 2020 - Python
Description
- currently we have
DEFAULT_SEASONALITIES = {"H": 24, "D": 1, "W": 1, "M": 12, "B": 5} - however, having a seasonality of 1 has no real benefit to my knowledge (please correct me if I'm mistaken)
- I base my knowledge on NBEATSEstimator and Naive2Predictor
- therefore I suggest seasonality of 7 for Daily data "D"
- to me this makes sense since this would capture the se
-
Updated
Dec 2, 2020 - Python
-
Updated
Oct 24, 2019 - Jupyter Notebook
Is your feature request related to a current problem? Please describe.
In order to create an outlier detection with Prophet, i need the full dataframe that's return Prophet
Describe proposed solution
Remove the hardcoded ["yhat"] from Prophet.predict add a variable asking to return just yhat or all the predictions: 'yhat_lower', 'yhat_upper', etc..
https://unit8co.github.io/d
-
Updated
Dec 18, 2020 - Python
-
Updated
Jan 17, 2018 - Python
-
Updated
Dec 10, 2020 - Python
-
Updated
Apr 13, 2020
-
Updated
Nov 26, 2020 - R
-
Updated
Dec 1, 2020 - Python
Is your feature request related to a problem? Please describe.
While sales forecasting, it is necessary that the model is given the input about the promotions, special events that are taken care of in the prophet model as the holiday effect. Does orbit support this feature?
-
Updated
Dec 15, 2020 - Python
-
Updated
Jul 26, 2020 - R
-
Updated
Sep 2, 2019 - Python
-
Updated
Sep 17, 2019 - Python
-
Updated
Oct 3, 2019 - Jupyter Notebook
-
Updated
Mar 31, 2018 - JavaScript
-
Updated
Dec 20, 2020 - Python
-
Updated
Dec 11, 2018 - Jupyter Notebook
-
Updated
Dec 18, 2020 - Python
-
Updated
Oct 29, 2019 - Java
-
Updated
Dec 9, 2020 - R
Improve this page
Add a description, image, and links to the forecasting topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the forecasting topic, visit your repo's landing page and select "manage topics."

It produces this error,