How to Use Quantile Transforms for Machine Learning - MachineLearningMastery.com

Numerical input variables may have a highly skewed or non-standard distribution. This could be caused by outliers in the data, multi-modal distributions, highly exponential distributions, and more....

By · · 1 min read
How to Use Quantile Transforms for Machine Learning - MachineLearningMastery.com

Source: MachineLearningMastery.com

Numerical input variables may have a highly skewed or non-standard distribution. This could be caused by outliers in the data, multi-modal distributions, highly exponential distributions, and more. Many machine learning algorithms prefer or perform better when numerical input variables and even output variables in the case of regression have a standard probability distribution, such as […]