Created
July 2, 2021 04:16
-
-
Save tomonori-masui/21999d351dab29e03d29ae1676bf4be1 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
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