Functional Transformation
Why do we use Functional Transformation:- To make the distribution of the data normal
The normal distribution can be found using QQ plot (import scipy.stats as stats)
This is a normal distribution
Mathematical transform in feature transformation
Functional Transformer
log transform (apply to right-skewed data)
Recripocal transform
square transform ( apply to left skewed data)
power Transformer (Mostly used for transformation)
Box-Cox transform
yeo-johnson transform