How to Scale Data With Outliers for Machine Learning - MachineLearningMastery.com

Many machine learning algorithms perform better when numerical input variables are scaled to a standard range. This includes algorithms that use a weighted sum of the input, like linear regression,...

By · · 1 min read
How to Scale Data With Outliers for Machine Learning - MachineLearningMastery.com

Source: MachineLearningMastery.com

Many machine learning algorithms perform better when numerical input variables are scaled to a standard range. This includes algorithms that use a weighted sum of the input, like linear regression, and algorithms that use distance measures, like k-nearest neighbors. Standardizing is a popular scaling technique that subtracts the mean from values and divides by the […]