Skip to content

[Research] Use grouping of infrequent categories in OneHotEncoder #1614

Open
@eddiebergman

Description

@eddiebergman

Feature preprocessing.OneHotEncoder now supports grouping infrequent categories into a single feature. Grouping infrequent categories is enabled by specifying how to select infrequent categories with min_frequency or max_categories. scikit-learn/scikit-learn#16018 by Thomas Fan.

Mentioned in #1611

This would need to be researched but could perform great opportunities in low memory / high feature class count cases

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementA new improvement or feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions