What is the primary effect of using the ‘median’ strategy in SimpleImputer compared to the ‘mean’ strategy?

Data Science Medium

Data Science — Medium

What is the primary effect of using the ‘median’ strategy in SimpleImputer compared to the ‘mean’ strategy?

Key points

  • Mean is sensitive to outliers
  • Median is a robust statistic
  • Imputation strategy selection depends on data distribution

Ready to go further?

Related questions