统计学知识参考自:
http://blog.sina.com.cn/s/blog_628033fa0100kjjy.html
————————————————————————————————————————————————————————————
在接触surprise库的过程中,碰到这几个参数:
MAE(平均绝对误差):Mean Absolute Error
SSE(和方差、误差平方和):The sum of squares due to error
MSE(均方差、方差):Mean squared error
RMSE(均方根、标准差):Root mean squared error
R-square(确定系数):Coefficient of determination
Adjusted R-square:Degree-of-freedom adjusted coefficient of determination
要对它们有一定的理解,对后面的调用有一定的帮助。
SVD知识参考自:
http://blog.csdn.net/zhongkejingwang/article/details/43053513
————————————————————————————————————————————————————————————
SVD:Singular Value Decomposition
又称奇异矩阵分解,在数据处理上,用于数据降维压缩上。
cross_validation知识参考自:
http://blog.csdn.net/chl033/article/details/4671750
————————————————————————————————————————————————————————————
GridSearchCV知识参考自:
SGD知识参考自:
http://blog.csdn.net/chenzhi1992/article/details/52850759
————————————————————————————————————————————————————————————
ALS知识参考自
http://blog.csdn.net/lingerlanlan/article/details/44085913
————————————————————————————————————————————————————————————
NMF知识参考自:
http://blog.sina.com.cn/s/blog_9ce5a1b501018vb2.html
————————————————————————————————————————————————————————————
slope知识参考自:
http://blog.csdn.net/xidianliutingting/article/details/51916578
————————————————————————————————————————————————————————————
k-fold知识参考自:
https://en.wikipedia.org/wiki/Cross-validation_(statistics)#k-fold_cross-validation
————————————————————————————————————————————————————————————