Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created April 19, 2021 08:21
Show Gist options
  • Save amankharwal/8107b97203d551bd08b6cdb9084cdb9e to your computer and use it in GitHub Desktop.
Save amankharwal/8107b97203d551bd08b6cdb9084cdb9e to your computer and use it in GitHub Desktop.
from autots import AutoTS
model = AutoTS(forecast_length=10, frequency='infer',
ensemble='simple', drop_data_older_than_periods=200)
model = model.fit(data, date_col='Date', value_col='Close', id_col=None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment