Which effect occurs when applying One-Hot Encoding to a categorical variable with high cardinality?

Data Science Hard

Data Science — Hard

Which effect occurs when applying One-Hot Encoding to a categorical variable with high cardinality?

Key points

  • High cardinality leads to a sparse feature matrix.
  • Dimensionality explosion increases memory overhead.
  • Sparse features increase the risk of overfitting.

Ready to go further?

Related questions