Skip to content

Instantly share code, notes, and snippets.

@tomonori-masui
Created July 4, 2021 03:06
Show Gist options
  • Save tomonori-masui/c5f28f6a1ecc2276112a0202c1089371 to your computer and use it in GitHub Desktop.
Save tomonori-masui/c5f28f6a1ecc2276112a0202c1089371 to your computer and use it in GitHub Desktop.
from sktime.datasets import load_airline
ts_al = load_airline()
tsplot(ts_al)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment