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
My submissions are no better than 0.5 AUC despite the training & validation going smoothly (~0.86 to 0.88). This seems to imply that the id and prediction are not matching up. However, when I check submission.csv the ids are in the correct order which indicated the predictions are being scambled in some way.
Is there a difference in tensflow/keras flatten or .predict() that is version dependent?
Or is something else going on?
Thanks!
The text was updated successfully, but these errors were encountered:
Great work on this repo!
My submissions are no better than 0.5 AUC despite the training & validation going smoothly (~0.86 to 0.88). This seems to imply that the
id
and prediction are not matching up. However, when I checksubmission.csv
the ids are in the correct order which indicated the predictions are being scambled in some way.Is there a difference in tensflow/keras
flatten
or.predict()
that is version dependent?Or is something else going on?
Thanks!
The text was updated successfully, but these errors were encountered: