...

/

Numerical Variables Transformation

Numerical Variables Transformation

Numerical Variables Transformation refers to applying operations on the Numerical Columns to have better performance of Machine Learning models. You will learn more here.

We'll cover the following...

Numerical Variables Transformation

In the Lesson of Probability Distributions, while discussing Gaussian Distributions, we discussed that algorithms in Machine Learning like Linear Regression or Logistic Regression assume the Features’ underlying distribution to be Gaussian. If not, the model might perform badly. If the distribution is not Gaussian, we can apply Transformations to make it Gaussian. Machine Learning models that assume the underlying distribution of the variables to be Gaussian are:

...