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
At first I thought this was an issue with joblib but found out it had to do with NaNs in my dataframe.
Problem: when I try and train using NaNs the job basically just hangs and is pegging only one core. It seems like a better case would be to return an error or something because I had no idea it was just hanging since #7 isn't implemented yet.
I am running Fedora 30 with python 3.7.3.
Perhaps a simple check for NaNs in the array would be useful as an error to prevent this from happening? Lemme know how I can help and thank you! Great speech at Strata btw
Thank you
-Matt
The text was updated successfully, but these errors were encountered:
Hey there, thank you for this awesome project!
At first I thought this was an issue with joblib but found out it had to do with NaNs in my dataframe.
Problem: when I try and train using NaNs the job basically just hangs and is pegging only one core. It seems like a better case would be to return an error or something because I had no idea it was just hanging since #7 isn't implemented yet.
I am running Fedora 30 with python 3.7.3.
Perhaps a simple check for NaNs in the array would be useful as an error to prevent this from happening? Lemme know how I can help and thank you! Great speech at Strata btw
Thank you
-Matt
The text was updated successfully, but these errors were encountered: