Please enable JavaScript.
Coggle requires JavaScript to display documents.
scikit-learn, Feature Selection
sklearn.feature_selection, Correct…
-
-
-
-
-
-
Cleaning
sklearn.impute
-
KNNImputer
computes the k nearest neighbours based on Euclidean distance, and fills the missing data with the mean of attributes of neighbors
-
-
-
-
-
-