boxcox transformation

In many machine learning tasks, we want our data to be normally distributed. In this post I will show you how to examine how likely a variable is normally distributed and how to make it more normally distributed using python.

You can easily examine the distribution of a variable by plotting a histogram or a KDE