Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Last active April 8, 2020 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aravindpai/787866ee6a3170475aaed0769cb10367 to your computer and use it in GitHub Desktop.
Save aravindpai/787866ee6a3170475aaed0769cb10367 to your computer and use it in GitHub Desktop.
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