Which technique for handling missing data replaces missing values with the median of the available data?
- Listwise Deletion
- Median Imputation
- Mode Imputation
- Regression Imputation
'Median Imputation' is a method that replaces missing values with the median of the available data. This technique is useful because it is not influenced by outliers, but it can potentially distort the original distribution of data.
Loading...
Related Quiz
- How does EDA contribute to the model building process in Machine Learning?
- The process of combining highly correlated variables into one is called _________.
- A data analyst needs to demonstrate the occurrence of outliers in a dataset using a plot. Which plot type would you recommend and why?
- The method of transforming data to handle outliers often involves applying a ________ to the data.
- What is the main goal of data visualization?