Created
July 4, 2021 03:06
-
-
Save tomonori-masui/c5f28f6a1ecc2276112a0202c1089371 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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