-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convergence checks for additive submodels #479
Comments
Aside from the diagnostics |
Actually, I was looking for some output element of the submodel fits returned by projpred/R/divergence_minimizers.R Lines 1022 to 1023 in 97c5bea
gamm_fit_s$gam are (where gamm_fit_s indicates an object returned by fit_gamm_callback() ). Implementing own diagnostics is not a bad idea, but usually, there is always a convergence indicator somewhere in the output object (so we wouldn't have to implement new diagnostics ourselves).
|
I believe that line is okay, but I haven't worked with that package for some time, so I'm afraid I can give you much insight regarding their internals. |
No problem, I understand. Then I guess someone needs to inspect this in detail in the future. |
As mentioned in #478, the convergence checks for additive models are probably still incomplete, even with PR #478 being merged now. I have added corresponding
TODO
comments in the code, linesprojpred/R/divergence_minimizers.R
Lines 1022 to 1023 in 97c5bea
projpred/R/divergence_minimizers.R
Lines 1025 to 1028 in 97c5bea
@AlejandroCatalina, do you know if (and if yes, how) we could improve our check for convergence of the submodel fits from
fit_gam_callback()
andfit_gamm_callback()
?The text was updated successfully, but these errors were encountered: