EL_task2

评价模型质量的指标:


https://scikit-learn.org/stable/modules/model_evaluation.html#regression-metrics


1    

variance is the expectation of the squared deviation of a random variable from its mean. In other words, it measures how far a set of numbers is spread out from their average value


2

线性回归


3

多项式回归 & 广义可加模型(GAM):

gam 每一个变量都用一个非线性函数来代替,但是模型本身保持整体可加性


gam

生成多项式 纯项 交叉项 截距项的方法

https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html?highlight=poly#sklearn.preprocessing.PolynomialFeatures

5

调用pyGAM

gam


6

多元回归的重要问题

https://zhuanlan.zhihu.com/p/109808497


f_stat

回归树

支持向量机

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
禁止转载,如需转载请通过简信或评论联系作者。

推荐阅读更多精彩内容