Skip to content

minmax_scale does not ignore NaNs #11239

Closed
@glemaitre

Description

@glemaitre

The class MinMaxScaler ignore NaNs. Its counterpart function does not.

The check_array needs to add the option force_all_finite='allow-nan'.
#11206 implement the tests and this fix. However, it should be done in another proper PR.

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