scikit-learn-contrib/category_encoders

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

Open

#279 opened on 2020年10月30日

GitHub で見る
 (11 comments) (2 reactions) (1 assignee)Python (2,322 stars) (397 forks)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.

コントリビューターガイド

Feature request: min_group_size for other category encoders, e.g. one hot · scikit-learn-contrib/category_encoders#279 | Good First Issue