statsmodels.gam.gam_cross_validation.gam_cross_validation.MultivariateGAMCVPath.fit#
- MultivariateGAMCVPath.fit(**kwargs)[source]#
Perform the cross-validation search over the alphas grid
- Parameters:
- **kwargs
Keyword arguments passed to the
fitmethod of the gam model.
- Returns:
- self
MultivariateGAMCVPath instance with
cv_error,cv_stdandalpha_cvset
- self