GitHunt
RA

Rahitya5/IMPUTATION

while we load the dataset we get some missing values from dataset. so to replace the missing values we use a technique in Machine Learning called Imputation. Imputation --- 1. SimpleImputer 2.KNNImputer

while we load the dataset we get some missing values from dataset. so to replace the missing values we use a technique in Machine Learning called Imputation.
Imputation is a technique used for replacing the missing data with some substitute value to retain most of the data/information of the dataset.
Imputation --- 1. SimpleImputer 2.KNNImputer

Contributors

Created October 4, 2024
Updated December 5, 2024
Rahitya5/IMPUTATION | GitHunt