scikit-learn-contrib/category_encoders
Feature request: min_group_size for other category encoders, e.g. one hot
オープン
#279 opened on 2020/10/30
enhancementgood first issue
Repository metrics
- Stars
- (2,322 個のスター)
- PR merge metrics
- (平均マージ 4d 10h) (30d で 2 merged PRs)
説明
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.