1.回归算法(Regression)
a.一般最小二乘回归(Ordinary Least Squares)
b.逻辑回归(Logistic Regression)
c.自适应样条回归(Multivariate Adaptive Regression Splines,MARS)
d.局部估计散点图平滑回归(Locally Estimated Scatterplot Smoothing,LOESS)
2.基于相似性的模型(Instance-based Algorithms)
a.K近邻模型(K-Nearest Neighbour[KNN])
b.学习向量量化(Learning Vector Quantization[LVQ])
c.自组织映射(Self-Organizing Map[SOM])
3.特征选择算法(Feature Selection Algorithms)
a.过滤法(filter)
b.绕射法(wrapper)
c.内嵌法(embedded)
4.收缩方法(Regularization Methods)
a.岭回归(K-Nearest Neighbour,KNN)
b.LASSO回归(Least Absolute Sprinkage and Selection Operator)
c.弹性网络(Elastic Net)
5.树模型
a.分类和回归树(Classification and Regression Tree,CART)
b.ID3(Iterative Dichotomiser
R语言笔记之数据科学算法总结
最新推荐文章于 2021-03-14 19:46:38 发布