forecasting
Here are 1,080 public repositories matching this topic...
-
Updated
Sep 8, 2020
Please add LinkedIn Greykite time series model as a part of sktime.
Recently found your library and it is really great and handy!
The evaluation of the forecasting performance is best done using a cross-validation approach. The backtest_forecasting()-function does that - although it currently iterates and re-trains the model on every single time step. In my application, I am training ten-thousands of different time series and it becomes computationally unfeasib
Description
(A clear and concise description of what the feature is.)
util.cumsumimplementation https://github.com/awslabs/gluon-ts/blob/master/src/gluonts/mx/util.py#L326 does not scale undermx.ndarraycumsumis 2-5 times slower thannd.cumsumunder bothmx.symandmx.ndarray, and even fails for large 4-dim input
Sample test
Code
# import ...
def test_
-
Updated
Nov 22, 2021 - Python
-
Updated
Nov 16, 2021 - Python
-
Updated
Nov 9, 2021 - Python
-
Updated
Nov 27, 2021 - Python
Is your feature request related to a problem? Please describe.
It would be nice to directly support simulating from a fitted ARIMA model, e.g. to have a simulate method to call that would delegate to statsmodels.tsa.arima.model.ARIMA.simulate. Right now, the only way I found is to use arima_res_ member of the fitted object.
Describe the solution you'd like
Class `pmdarima.arima.ar
-
Updated
Nov 29, 2021 - Jupyter Notebook
-
Updated
Nov 19, 2021 - Python
-
Updated
Nov 26, 2021 - Python
-
Updated
Oct 24, 2019 - Jupyter Notebook
We have a lot of antiquated docstrings that don't render well into ReadTheDocs. A kind of grunge (but incredibly useful) task would be to refactor these docstrings into proper ReadTheDocs format. This would allow us to render them effectively...
-
Updated
Nov 22, 2021 - Python
-
Updated
Jan 17, 2018 - Python
-
Updated
Nov 22, 2021 - Python
-
Updated
Nov 25, 2021 - R
-
Updated
Apr 13, 2020
-
Updated
Aug 30, 2021 - Python
-
Updated
Nov 29, 2021 - Python
-
Updated
Nov 6, 2021 - Python
-
Updated
Nov 18, 2021 - R
-
Updated
Jul 26, 2020 - R
-
Updated
Nov 24, 2021 - Python
-
Updated
Sep 2, 2019 - Python
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."


make_future_dataframe doesn't support regressors currently. So code like:
gives an error like:
ValueError: Regressor 'var' missing from dataframe when attempting to generate forecastsI know prophet may not know what exact values to put for var in each of the rows a