scikit-learn-contrib/category_encoders

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

Open

#279 aperta il 30 ott 2020

Vedi su GitHub
 (11 commenti) (2 reazioni) (1 assegnatario)Python (397 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (2322 star)
Metriche merge PR
 (Merge medio 4g 10h) (2 PR mergiate in 30 g)

Descrizione

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.

Guida contributor