Skip to content

Instantly share code, notes, and snippets.

@rpalo
Created August 21, 2019 13:02
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 rpalo/34207902afadd3d2c05abd8940c1e324 to your computer and use it in GitHub Desktop.
Save rpalo/34207902afadd3d2c05abd8940c1e324 to your computer and use it in GitHub Desktop.
import numpy as np
training = np.random.randint(0, 100, 50).reshape(50, 1)
testing = np.random.randint(0, 100, 50).reshape(50, 1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment