Closed nebiyebulan closed 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
You'd directly specify the time_stamps argument, by calling e.g. pd.date_range.
time_stamps
pd.date_range
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