MachineLearning_Python
MachineLearning_Python copied to clipboard
发现线性回归归一化其实不需要加入
这里我注意到线性回归无论是否对X进行归一化得到的result = model.score(X, y)都是0.7329450180289142。在阅读资料后来意识到实际上并不需要对数据进行归一化处理