Skip to content

Possible to parallelize sklearn.impute.KNNImputer? #18186

@khughitt

Description

@khughitt

Greetings!

Do you think it might be possible to parallelize the algorithm for sklearn.impute.KNNImputer in the future?

scikit-learn's implementation of sklearn.neighbors.KNeighborsClassifier accepts an n_jobs parameter to achieve this, but the corresponding imputation function does not and can be quite slow for large datasets.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions