scikit-learn-contrib/category_encoders

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

開放

#279 建立於 2020年10月30日

 (11 則留言) (2 個反應) (1 位負責人)Python (397 個分叉)batch import
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.

貢獻者指南