Skip to content

Instantly share code, notes, and snippets.

@abhishek-Kumar009
Created February 10, 2019 15:25
Show Gist options
  • Save abhishek-Kumar009/4b26ce9e2b2dcee470d2fd61862d8dc5 to your computer and use it in GitHub Desktop.
Save abhishek-Kumar009/4b26ce9e2b2dcee470d2fd61862d8dc5 to your computer and use it in GitHub Desktop.
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