Skip to content

Partial_fit for Preprocessing StandardScaler #5028

Closed
@mwalkup55

Description

@mwalkup55

A cool feature for the standardscaler (And other preprocessors) would be a partial_fit option. This would work well with existing out-of-core learning tools (i.e. SGDClassifer's partial_fit). If I can't load the data into memory, I can't use the standardscaler, and I end up calculating the mean and std in batches. That works fine, but it isn't very elegant.

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