forecasting
Here are 1,244 public repositories matching this topic...
-
Updated
Dec 17, 2021
The first entry is being eaten by the Differencer
in its current standard setting, which may cause user frustration, especially when combined with a pipeline (which is its "typical use"), see e.g., here: alan-turing-institute/sktime#2452
We should add an NA handling parameter setting and make the default to fill in sth for the first value, e.g., a difference from an
Description
(A clear and concise description of what the feature is.)
util.cumsum
implementation https://github.com/awslabs/gluon-ts/blob/master/src/gluonts/mx/util.py#L326 does not scale undermx.ndarray
cumsum
is 2-5 times slower thannd.cumsum
under bothmx.sym
andmx.ndarray
, and even fails for large 4-dim input
Sample test
Code
# import ...
def test_
-
Updated
Mar 24, 2022 - Python
-
Updated
Apr 9, 2022 - Python
-
Updated
Feb 10, 2022 - Python
Great first issue.
After installing NeuralProphet as developer (see CONTRIBUTING) - run pytest -v
and see warning messages
Addressing these will prevent warnings becoming errors.
-
Updated
Apr 14, 2022 - Jupyter Notebook
-
Updated
Apr 13, 2022 - Python
-
Updated
Apr 12, 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
Apr 6, 2022 - Python
-
Updated
Jan 24, 2022 - Jupyter Notebook
-
Updated
Feb 23, 2022 - Python
-
Updated
Jan 17, 2018 - Python
-
Updated
Mar 18, 2022 - Python
-
Updated
Mar 18, 2022 - Python
Typos in arima.ipynb
Several typos in the notebook :
- 'Would nn autorregresive '
- 'testing purporses,'
- 'will let auto_arima to handle'
-
Updated
Apr 7, 2022 - R
🐛 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
Apr 14, 2022 - Python
Hello, I think there is an error in the SMAPELoss Numpy implementation.
For the SMAPE function, the NumPy version always gives 100 times the PyTorch result.
Eg:
Numpy: 76.6044944858551
Pytorch: 0.7669
Since the description on the Numpy file was intended to ma
-
Updated
Apr 7, 2022 - Python
-
Updated
Feb 10, 2022 - Python
-
Updated
Apr 13, 2020
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 forecasts
I know prophet may not know what exact values to put for var in each of the rows a