You have a dataset in which the 'income' feature has some missing values. You decided to use mode imputation. Why could this lead to misleading results?

  • All of the above
  • Income is usually a continuous variable, and mode may not be an appropriate measure of central tendency
  • It could cause overfitting
  • It might introduce selection bias
If the 'income' feature, typically a continuous variable, has some missing values and mode imputation is used, it could lead to misleading results. The mode is a measure of central tendency more suitable for categorical variables, not for continuous ones like income, and hence might not accurately reflect the underlying data distribution.
Add your answer
Loading...

Leave a comment

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