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 […]
The post How to Scale Data With Outliers for Machine Learning appeared first on Machine Learning Mastery.
Comments
Post a Comment