salesforce / Merlion

Merlion: A Machine Learning Framework for Time Series Intelligence
BSD 3-Clause "New" or "Revised" License
3.43k stars 302 forks source link

Future Time Series Forecasting #145

Closed nebiyebulan closed 1 year ago

nebiyebulan commented 1 year ago

I'm estimating with your sources, but it's estimating the time interval inside the dataset. I want to estimate the last 6 months from the last date, not the 6 months in my dataset. How can I do that? @amerine @mgomes

aadyotb commented 1 year ago

You'd directly specify the time_stamps argument, by calling e.g. pd.date_range.