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