Skip to content

Instantly share code, notes, and snippets.

@manvillej
Created October 9, 2017 18:51
Show Gist options
  • Save manvillej/b699f57285bec94777bdfe60cdef930b to your computer and use it in GitHub Desktop.
Save manvillej/b699f57285bec94777bdfe60cdef930b to your computer and use it in GitHub Desktop.
load data and log keys from .mat file using Scipy.io
import scipy.io as io
mat = io.loadmat('./data/ex7data1.mat')
print(mat.keys())
# X = mat['X']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment