Created
August 21, 2019 13:02
-
-
Save rpalo/34207902afadd3d2c05abd8940c1e324 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 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