scikit-learn-contrib/category_encoders

Feature request: min_group_size for other category encoders, e.g. one hot

Open

#279 ouverte le 30 oct. 2020

Voir sur GitHub
 (11 commentaires) (2 réactions) (1 assigné)Python (397 forks)batch import
enhancementgood first issue

Métriques du dépôt

Stars
 (2 322 stars)
Métriques de merge PR
 (Merge moyen 4j 10h) (2 PRs mergées en 30 j)

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.

Guide contributeur