scikit-learn-contrib/category_encoders
Feature request: min_group_size for other category encoders, e.g. one hot
開放
#279 建立於 2020年10月30日
enhancementgood first issue
倉庫指標
- 星標
- (2,322 顆星)
- PR 合併指標
- (平均合併 4天 10小時) (30 天內合併 2 個 PR)
描述
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.