Setting GAM parameters to reduce overfitting #580
Unanswered
aboggio-pasqua
asked this question in
Q&A
Replies: 1 comment
-
Hi Tine ! I will first answer your second question :
You have different ways to do that :
===================================== Here, an example of how you can modify the parameters of your GAM models:
You can find a lot of information in the Options vignette or the documentation of bm_MakeFormula. Hope it helps, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm looking for a way to manually define GAM parameters differently than the default (or bigboss) settings, in order to reduce overfitting. I've read that decreasing k (the number of basis functions) and increasing sp (smoothing parameter) could do that, but I don't know how to code this while using the biomod2 package.
Related question: how can I display the GAM parameters used in the bigboss or default strategy?
Many thanks for your help!
Tine
Beta Was this translation helpful? Give feedback.
All reactions