scikit-learn-contrib/category_encoders

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

Open

#279 建立於 2020年10月30日

在 GitHub 查看
 (11 留言) (2 反應) (1 負責人)Python (2,322 star) (397 fork)batch import
enhancementgood first issue

描述

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.

貢獻者指南