RTUComputer ScienceYr 2023 · Sem 62023

Q8Machine Learning

Question

2 marks

Mention two techniques to handle missing data.

Answer

Missing data can be handled using imputation or deletion.

1. Imputation: Filling missing values with the mean, median, or mode of the column. 2. Deletion: Removing rows or columns that contain significant amounts of missing data.

Back to Paper