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
Partial dependence errors when a column contains both string values and NaN. There seems to be some failure in generating the grid as np.unique()` cannot run on mixed values.
jeremyliweishih
changed the title
Make sure we infer logical types properly in LG
Partial dependence errors with column with string and NaN values
Jul 8, 2021
I'm not sure if there's much we can do here until we compute the grid for partial dependence ourselves for categoricals, which is what I think #2502 is tracking or we can wait for sklearn to let us provide the grid ourselves: scikit-learn/scikit-learn#20890
Chatted with @dsherry and the team at OH. We agree that in order to fix this bug we need to be able to compute our own grid for partial dependence values. That is what #2502 is tracking.
FYI @chukarsten since you werent at OH. This might affect the current sprint scope.
Partial dependence errors when a column contains both string values and
NaN. There seems to be some failure in generating the grid as
np.unique()` cannot run on mixed values.Notebook and datasets:
string_nan_ex.zip
The text was updated successfully, but these errors were encountered: