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
Removing the # from #np.save('./input/inputs', inputs), so the code can save and load inputs.
Adding allow_pickle=True to all np.load().
The value of AUC obtained is around 0.5304 instead of 0.8431. Any of these changes or perhaps a different version of a module could be the reason for this lower result? What is the setup to run this code and obtained the correct result?
The text was updated successfully, but these errors were encountered:
When running the code with only three modifications:
The value of AUC obtained is around 0.5304 instead of 0.8431. Any of these changes or perhaps a different version of a module could be the reason for this lower result? What is the setup to run this code and obtained the correct result?
The text was updated successfully, but these errors were encountered: