scikitplot.impute#

Transformers for missing value imputation.

User guide. See the impute-index section for further details.

Knn-based imputation.#

Approximate KNN-based [1] imputation using Annoy (Approximate Nearest Neighbors Oh Yeah in C++/Python).

References

User guide. See the AnnoyKNNImputer section for further details.

AnnoyKNNImputer

Fast approximate KNN-based imputation using Spotify's Annoy library.