Content deleted Content added
Rewrite intro to fix "too technical" tag |
|||
Line 1:
In [[statistics]], '''Alternating
For example, in a model that tries to predict house prices based on size and ___location, ACE helps by figuring out if, for instance, transforming the size (maybe taking the square root or logarithm) or the ___location (perhaps grouping locations into categories) would make the relationship easier to model and lead to better predictions. The algorithm iteratively adjusts these transformations until it finds the ones that maximize the predictive power of the regression model.
==Introduction==
In [[statistics]], a nonlinear transformation of variables is commonly used in practice in regression problems.
ACE transforms the response variable <math>Y</math> and its predictor variables, <math>X_i</math> to minimize the [[Fraction of variance unexplained|fraction of variance not explained]]. The transformation is nonlinear and is iteratively obtained from data.
|