【发布时间】:2015-11-13 12:02:01
【问题描述】:
我正在使用线性回归来预测数据。但是,当我标准化(Vs)标准化变量时,我得到了完全相反的结果。
归一化 = x -xmin/ xmax – xmin 零分标准化 = x - xmean/ xstd
a) Also, when to Normalize (Vs) Standardize ?
b) How Normalization affects Linear Regression?
c) Is it okay if I don't normalize all the attributes/lables in the linear regression?
谢谢, 桑托什
【问题讨论】:
-
这个问题很有帮助 - 展示了这些重要数据特征的基础知识。
-
stats.stackexchange.com/q/10289/173093这个问题也可能有帮助
标签: machine-learning linear-regression feature-extraction