You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just observed that when I am using any function from mirapy.data.load_dataset, the module always runs from keras.utils.np_utils import to_categorical which is only used in one function. So if a user just wants to load dataset and doesn't have keras installed, it will throw an error. This is a utility that needs to be replaced by either creating our own to_categorical function or find a better way.
Note: Once the assignee creates the PR, s/he needs to check if notebook on X-ray binaries is working correctly.
The text was updated successfully, but these errors were encountered:
I just observed that when I am using any function from
mirapy.data.load_dataset
, the module always runsfrom keras.utils.np_utils import to_categorical
which is only used in one function. So if a user just wants to load dataset and doesn't have keras installed, it will throw an error. This is a utility that needs to be replaced by either creating our ownto_categorical
function or find a better way.Note: Once the assignee creates the PR, s/he needs to check if notebook on X-ray binaries is working correctly.
The text was updated successfully, but these errors were encountered: