MachineLearning_Python icon indicating copy to clipboard operation
MachineLearning_Python copied to clipboard

机器学习算法python实现

Results 13 MachineLearning_Python issues
Sort by recently updated
recently updated
newest added

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