Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created December 29, 2019 07:51
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 prateekjoshi565/46a6324442de653c28903b39ac851a57 to your computer and use it in GitHub Desktop.
Save prateekjoshi565/46a6324442de653c28903b39ac851a57 to your computer and use it in GitHub Desktop.
xtrain, xtest, ytrain, ytest = train_test_split(np.array(x), data['link'],
test_size = 0.3,
random_state = 35)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment