Skip to content

Instantly share code, notes, and snippets.

@tomonori-masui
Created July 2, 2021 04:16
Show Gist options
  • Save tomonori-masui/21999d351dab29e03d29ae1676bf4be1 to your computer and use it in GitHub Desktop.
Save tomonori-masui/21999d351dab29e03d29ae1676bf4be1 to your computer and use it in GitHub Desktop.
test_len = int(len(ts_sun) * 0.2)
sun_train, sun_test = ts_sun.iloc[:-test_len], ts_sun.iloc[-test_len:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment