Which effect occurs when applying a log transformation to a feature with a heavy right-skew and a very small constant offset?

Data Science Hard

Data Science — Hard

Which effect occurs when applying a log transformation to a feature with a heavy right-skew and a very small constant offset?

Key points

  • Log transformation is effective for right-skewed data.
  • It compresses large values and expands small values.
  • Offsets are used to handle values <= 0.

Ready to go further?

Related questions