scikit-learn-contrib/category_encoders
View on GitHubFeature request: min_group_size for other category encoders, e.g. one hot
Open
#279 opened on Oct 30, 2020
enhancementgood first issue
Description
CountEncoder() has a min_group_size parameter that sets a minimum number of obs in a group required in order not for the group to be lumped together with other small groups. It would be nice to have this for the other encoder classes.