scikit-learn-contrib/category_encoders
Ver no GitHubFeature request: min_group_size for other category encoders, e.g. one hot
Open
#279 aberto em 30 de out. de 2020
enhancementgood first issue
Métricas do repositório
- Stars
- (2.322 stars)
- Métricas de merge de PR
- (Mesclagem média 4d 10h) (2 fundiu PRs em 30d)
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.