What is the primary effect of applying One-Hot Encoding to a categorical feature with high cardinality?

Data Science Medium

Data Science — Medium

What is the primary effect of applying One-Hot Encoding to a categorical feature with high cardinality?

Key points

  • One-Hot Encoding creates N binary columns for N categories.
  • High cardinality leads to sparse, high-dimensional datasets.
  • Dimensionality expansion can degrade performance in distance-based models.

Ready to go further?

Related questions