Created
February 10, 2019 15:25
-
-
Save abhishek-Kumar009/4b26ce9e2b2dcee470d2fd61862d8dc5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
dataset = sio.loadmat('anomalyData.mat') | |
X = dataset['X'] | |
Xval = dataset['Xval'] | |
yval = dataset['yval'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment