forecasting
Here are 1,156 public repositories matching this topic...
-
Updated
Dec 17, 2021
In our current GitHub actions CI/CD, the windows tests are verbose, i.e., logs per test are printed out, which is very useful for diagnosing on remote.
This is not the case for mac and unix (only "dots" are printed and percentages) - it would be great if it were.
Not sure what would have to be changed, but perhaps a good first issue for someone with CI/CD and/or GitHub actions experience.
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
Feb 1, 2022 - Python
-
Updated
Dec 17, 2021 - Python
-
Updated
Dec 23, 2021 - Python
-
Updated
Jan 31, 2022 - Python
-
Updated
Jan 31, 2022 - Jupyter Notebook
-
Updated
Jan 28, 2022 - 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
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
Jan 27, 2022 - Python
-
Updated
Jan 24, 2022 - Jupyter Notebook
-
Updated
Jan 10, 2022 - Python
-
Updated
Jan 17, 2018 - Python
-
Updated
Jan 28, 2022 - Python
-
Updated
Jan 19, 2022 - R
-
Updated
Jan 22, 2022 - Python
-
Updated
Dec 18, 2021 - Python
-
Updated
Apr 13, 2020
-
Updated
Feb 1, 2022 - Python
🐛 Bug Report
I ran code from How To Reproduce and got strange results: fold_info column in backtest's forecasts was not added to ts[:, segment] block but concatenated separately from other segment's columns.
Expected behavior
I expected smth like
|segment | segment_0 | segment_1 | segment_2 |
------------------------------------------------------
-
Updated
Jan 31, 2022 - Python
-
Updated
Jan 28, 2022 - R
-
Updated
Jul 26, 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."



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