
scikit-learn
楼主一字一句翻译的scikit-learn官网原文,翻译得不好,请各位客观勿喷
教皇冕下
这个作者很懒,什么都没留下…
展开
-
scikit-learn_LinearModel_02_峰回归和峰归类
Ridge regression and classification峰回归和峰归类regression峰回归Ridge regression addresses some of the problems of Ordinary Least Squares by imposing a penalty on the size of the coefficients. The ridge coefficients minimize a penalized residual sum of squares:翻译 2020-09-02 19:14:10 · 2146 阅读 · 0 评论 -
scikit-learn_LinearModel_01_经典最小二乘
1 Ordinary Least Squares1 最小二乘法LinearRegression fits a linear model with coefficients w=(w1,…,wp) to minimize the residual sum of squares between the observed targets in the dataset, and the targets predicted by the linear approximation. Mathematically翻译 2020-09-02 18:36:38 · 284 阅读 · 0 评论 -
scikit-learn_LinearModel_00_前言
LinearModel线性模型The following are a set of methods intended for regression in which the target value is expected to be a linear combination of the features. In mathematical notation, if y^ is the predicted value.以下公式是为了得到线性组合的特点(参数)进行的线性回归,在数学符号中,假设y^是代表翻译 2020-09-02 17:51:36 · 147 阅读 · 0 评论