You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.