How to keep Datetime index? ValueWarning: An unsupported index was provided and will be ignored when e.g. forecasting

前端 未结 0 1807
长情又很酷
长情又很酷 2020-12-08 19:45

I have a dataframe which gets split in train and test data using this code:

train = df.iloc[:1000]
test = df.iloc[1000:]

I now want to use AR

相关标签:
回答
  • 消灭零回复
提交回复
热议问题