question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Why is pmdarima predict function missing start and end parameters like the underlying statsmodels arima module.

See original GitHub issue

Description

Steps/Code to Reproduce

Expected Results

Actual Results

Versions

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
poojithaamincommented, May 9, 2019

In that case, I’ll look at the possibility of saving the last date of the training data as metadata in our system and use that to calculate n_periods while forecasting. Thanks once again for your time.

0reactions
poojithaamincommented, May 9, 2019

yeah… like you said, model.arima_res_.model.data.endog, does not give the index of the data, which is date, even if I fit the model with a series having date as index.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why is pmdarima predict function missing start and end ...
Short answer: pmdarima is not statsmodels. Longer answer: predict is pmdarima's forecast equivalent of statsmodels. Specifying a starting ...
Read more >
Source code for pmdarima.arima.arima - alkaline-ml
All three methods use `start_params` as starting parameters. See above for more information. If fitting a seasonal ARIMA, the default is 'lbfgs' solver ......
Read more >
pmdarima.arima.ARIMA — pmdarima 2.0.2 documentation
An ARIMA, or autoregressive integrated moving average, ... and exog arrays so that future forecast values originate from the end of the endogenous...
Read more >
Source code for pmdarima.arima.auto - alkaline-ml
This function is based on the commonly-used R function, ``forecast::auto.arima`` [3]. The ``auro_arima`` function works by conducting differencing tests ...
Read more >
pmdarima.arima.auto_arima - alkaline-ml
The auto-ARIMA process seeks to identify the most optimal parameters for an ARIMA ... is based on the commonly-used R function, forecast::auto.arima [3]....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found