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

Data Science Easy

Data Science — Easy

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

Key points

  • One-Hot Encoding expands categorical features into binary columns
  • High cardinality leads to sparse, high-dimensional datasets
  • Dimensionality expansion can lead to increased memory usage

Ready to go further?

Related questions