Verify model assumptions with tidymodels functions

Hi !

For GAM model, a internal function of GAM to check model assumption : gam.check(model) exists.
For some models, plot(model) give answers to check model assumptions.
Packages exist for this purpose, such as performance package (https://github.com/easystats/performance). Unfortunately, this package doesn't work with tidymodels objects, even with the extract_fit_engine() function.

Are there equivalent functions included in tidymodels for testing model assumptions ?

Thank you for your help,
Pierre-Etienne

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.