Add Model Engine

Add tidypredict support for a new parsnip engine of an already-supported model type. Use when a user wants an existing tidymodels model type to work with an additional engine (e.g. "add the glm engine to linear_reg()", "support partykit in rand_forest()"). This is the lighter-weight of the two model-support skills. If the engine's fitted object is a class tidypredict does not yet parse, use the add-model-type skill first.

tidymodels ee66226 5.7 KB Updated

File contents

tidymodels/tidypredict/tree/main/.claude/skills/add-model-engine commit ee66226876

Frequently asked questions

npx skillmds@latest add tidymodels/add-model-engine