cruise icon indicating copy to clipboard operation
cruise copied to clipboard

Standarization (Feature Scaling)

Open jsjason opened this issue 8 years ago • 0 comments

For lasso regression (and potentially other algorithms), we normally perform feature scaling on the input data before feeding it to the algorithm. However, feature scaling is not trivial in distributed environments (data parallelism across many workers) and may, in fact, hinder the convergence of the algorithm if applied incorrectly. Thus, we might want to exclude feature scaling for now, especially if its relevance is not so great for the algorithm.

jsjason avatar Mar 09 '16 05:03 jsjason