Open
Description
Hello,
I have loaded a MATLAB dataset into Python using scipy.io.loadmat(), and have a dictionary saved in a dictionary named mat.
I would like to save this dictionary in HDF5 format, so I can load it into Python when I run the program again. On trying dd.io.save('test.h5', mat), I get the following error:
ValueError: compound data types are not supported: dtype([('ddm', 'O'), ('nfold', 'O'), ('cv_par1', 'O'), ('cv_par2', 'O'), ('cl', 'O')])
Is there any way to fix this, so I can save the MATLAB dataset in HDF5 format?
I'd greatly appreciate any help.
Thank you,
Metadata
Metadata
Assignees
Labels
No labels