方法对比
并排查看您选择的方法;存在差异的行会高亮显示。
| 多元自适应回归样条 (MARS)× | 回归与平滑样条× | |
|---|---|---|
| 领域 | 机器学习 | 机器学习 |
| 方法族 | Machine learning | Machine learning |
| 起源年份≠ | 1991 | 1996 |
| 提出者≠ | Jerome H. Friedman | Spline regression literature; P-splines by Eilers & Marx |
| 类型≠ | Adaptive piecewise-linear regression | Piecewise-polynomial nonparametric regression |
| 开创性文献≠ | Friedman, J. H. (1991). Multivariate adaptive regression splines. The Annals of Statistics, 19(1), 1–67. DOI ↗ | Eilers, P. H. C., & Marx, B. D. (1996). Flexible smoothing with B-splines and penalties. Statistical Science, 11(2), 89–121. DOI ↗ |
| 别名≠ | multivariate adaptive regression splines, earth algorithm, MARS regression, çok değişkenli uyarlamalı regresyon spline'ları | splines, cubic splines, natural splines, smoothing splines |
| 相关 | 4 | 4 |
| 摘要≠ | Multivariate adaptive regression splines, introduced by Jerome Friedman in 1991, is a flexible nonparametric regression method that automatically models nonlinearities and interactions by combining piecewise-linear 'hinge' functions. It builds the model in a forward stagewise pass that adds basis functions where they help most, then prunes back the overgrown model, yielding an interpretable additive-plus-interaction form that adapts its complexity to the data. | Regression splines model a nonlinear relationship by fitting piecewise polynomials that join smoothly at a set of points called knots. Cubic and natural splines are the most common, and smoothing splines add a roughness penalty that automatically balances fit against smoothness. Splines are the standard flexible building block for univariate nonlinear regression and the basis of generalized additive models. |
| ScholarGate数据集 ↗ |
|
|