What is the effect of applying a QuantileTransformer with output_distribution=’normal’ to a uniform distribution?

Data Science Hard

Data Science — Hard

What is the effect of applying a QuantileTransformer with output_distribution=’normal’ to a uniform distribution?

Key points

  • QuantileTransformer is a non-linear transformation.
  • It uses rank-based mapping.
  • Inverse CDF mapping forces the target distribution shape.

Ready to go further?

Related questions