Skip to content

Instantly share code, notes, and snippets.

@alexhallam
Created May 31, 2022 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexhallam/ba5d5c1c99069ba2ba0e7df75ccaac1a to your computer and use it in GitHub Desktop.
Save alexhallam/ba5d5c1c99069ba2ba0e7df75ccaac1a to your computer and use it in GitHub Desktop.
n = tbsp.Snaive()
df_n = (n.predict(df_WALMART, horizon=7*4, frequency="D", lag = 7, uncertainty_samples = 1000).assign(model = 'snaive'))
df_n.head(14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment