Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[ENH] Make SMOTENC version without internal One-Hot Encoding #990

Closed
@ArseniuML

Description

@ArseniuML

I have a large dataset with categorical features having huge number of levels. Usually, I use One-Hot Encoding with min_frequency parameter to encode this dataset.

But It seems that SMOTENC uses One-Hot Encoding under the hood (without min_frequency) - and it leads to memory overflow in my case.

I suggest to create a SMOTENC version, which does not use One-Hot Encoding internally , but relies to user on doing that. As before, SMOTENC_NO_ONE_HOT should accept categorical_features parameter, but these categorical_features actually are binary 0-1 features.

Moreover, this will be more efficient - no more need of doing internal encoding and internal reverse encoding.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp