Last active
April 8, 2020 09:52
-
-
Save aravindpai/787866ee6a3170475aaed0769cb10367 to your computer and use it in GitHub Desktop.
This file contains 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
import random | |
train_data, valid_data = training_data.split(split_ratio=0.7, random_state = random.seed(SEED)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment