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
Runs on numpy-1.21.2, not the most recent one, which causes kernel to die because it is an incompatible version. Also label encoder in model generates an error with newer version of scikitlearn i believe.. #10
Based on what i saw if you put this into the classifier too it might help: use_label_encoder =False for the sci kit learn error.