For datasets with categorical variables, the _______ method can be used to handle missing values by assigning a new category for missingness.

  • Mean Imputation
  • Mode Imputation
  • Median Imputation
  • Most Frequent Imputation
When dealing with missing values in categorical data, the most frequent imputation (Option D) method is used, which replaces missing values with the category that occurs most often in the column. This approach is suitable for handling categorical variables.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *