If you are doing a linear regression on a single variable, will you standardize the variable by doing (x-u)/stdv? When is this good and when is this not good?
I just took some data and did a regression using descent gradients to predict points scored based off of minutes played by players on a team. I found my regression had about 7% more predictive power when I did it based off of minutes played standardized. The predictions based on the data, and then the standardized data were very different though from each other.
any thoughts and help please!
I just took some data and did a regression using descent gradients to predict points scored based off of minutes played by players on a team. I found my regression had about 7% more predictive power when I did it based off of minutes played standardized. The predictions based on the data, and then the standardized data were very different though from each other.
any thoughts and help please!