forecasting
Here are 1,335 public repositories matching this topic...
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
Dec 17, 2021
Is your feature request related to a problem? Please describe.
It is useful to record the time estimators take to fit to help with algorithm comparison. We do this in clustering and classification base class, it would be nice to store transform time in the BaseTransformer class
Describe the solution you'd like
a class variable, e.g. transform_time, that is initialised in reset and c
See also fixes needed in #1893 because of this, and issue referenced therein.
To Reproduce
import mxnet as mx
from gluonts.mx.distribution.distribution import softplus
softplus(mx.nd, mx.nd.array([-20]))Error message or code output
[-1.9073486e-06]
<NDArray 1 @cpu(0)>
Environment
- Operating system: macos
- Python version: 3.7.8
- GluonTS ve
-
Updated
Jun 28, 2022 - Python
-
Updated
May 15, 2022 - Python
-
Updated
Jun 22, 2022 - Python
-
Updated
Jul 4, 2022 - Python
-
Updated
Jul 6, 2022 - Jupyter Notebook
-
Updated
Jul 8, 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
Jul 7, 2022 - Python
-
Updated
Jun 21, 2022 - Jupyter Notebook
Is your feature request related to a problem? Please describe.
The cross_validation method has the argument input_size; forecast should also have it.
-
Updated
Jun 4, 2022 - Python
-
Updated
Jan 17, 2018 - Python
-
Updated
Mar 18, 2022 - Python
-
Updated
May 26, 2022 - Python
🚀 Feature Request
Change "zero" strategy in _OneSegmentTimeSeriesImputerTransform so it would allow to choose value that will be used to fill in NaNs.
Proposal
-
In class ImputerMode add new strategy called "constant"
https://github.com/tinkoff-ai/etna/blob/687a1a9f955d87fe8fbc8c379d678e53aef94c24/etna/transforms/missing_values/imputation.py#L12-L19 -
Add new strategy "cons
-
Updated
Jul 9, 2022 - Python
-
Updated
Jun 26, 2022 - R
-
Updated
Jul 5, 2022 - Python
-
Updated
Jun 22, 2022 - 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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.





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