Created
February 10, 2019 15:36
-
-
Save abhishek-Kumar009/a40e0be6af5ce96a664b6eb00a84d3ea 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
newDataset = sio.loadmat('anomalyDataTest.mat') | |
Xtest = newDataset['X'] | |
Xvaltest = newDataset['Xval'] | |
yvaltest = newDataset['yval'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think I have mentioned how to extract the outliers at the last. Please find it there in the blog :)
I did not understand the rest of your question about yval.