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
Currently
The Slicefinder class has a _dummify method implementing a one-hot encoding function with an additional argument: n_col_x_encoded. This argument enable to generate extra column of 0 to fit the required shape.
Goal
Remove this method. It is only used in _create_and_score_basic_slices. Maybe sklearn OneHotEncoder can do the job.
The text was updated successfully, but these errors were encountered:
Currently
The
Slicefinder
class has a_dummify
method implementing a one-hot encoding function with an additional argument:n_col_x_encoded
. This argument enable to generate extra column of 0 to fit the required shape.Goal
Remove this method. It is only used in
_create_and_score_basic_slices
. Maybe sklearn OneHotEncoder can do the job.The text was updated successfully, but these errors were encountered: