Skip to content

Disregard NaNs in preprocessing #10404

Closed
Closed
@jnothman

Description

@jnothman

As per #9854, I think it would be good if our scalers and similar worked despite missing values. Without this, we are encouraging users to apply naive imputation or to reimplement preprocessing, where they may otherwise have a downstream estimator with native missing value support.

One risk is that NaN need not imply missingness, but for preprocessing the downstream estimator needs to deal with this anyway.

I suggest we start with

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions