Skip to main content

add-model-type

Add tidypredict support for a new underlying model class/algorithm. Use when a user wants tidypredict to parse a model class it does not yet handle (a new function like quantreg::rq, or a proposed model type such as svm_linear, naive_Bayes, pls, C5_rules). This is the heavier of the two model-support skills: it implements the S3 generics, the parser, and the Tidy Eval formula builder for the new class. To only expose an already-supported class through a new parsnip engine, use add-model-engine instead.

跳到安装

来源信息

仓库
tidymodels/tidypredict
最近来源活动
2026年8月9日 20:00
检测到的 SKILL.md 语言
英语
星标
264
分支
34

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。