标签: r cross-validation gam
有没有办法对R中的GAM进行k折交叉验证?
我使用mgcv包制作了一个GAM。
mgcv
我使用了包gamclass来使用CVgam,它为我提供了输出:
gamclass
CVgam
GAMscale CV-mse-GAM 1.15e+09 7.26e+09
据我所知,这不是10倍交叉验证的有用输出?或者是吗?
由于