alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.58k stars 234 forks source link

I am working on a monthly dataset. I am trying to forecast data for the next 30 months. The predict function just gives an array of predictions. How do I populate the future data frame? Is there any function for it? #139

Closed vibhashahani closed 5 years ago

vibhashahani commented 5 years ago

Description

Steps/Code to Reproduce

Expected Results

Actual Results

Versions

tgsmith61591 commented 5 years ago

Please follow the instructions in the issue template. They're there so we can help you. Without more info, we cannot.