Skip to content

add convenience functions that use pipe #77

@topepo

Description

@topepo
model_spec %>% 
  add_arg(mtry = 3) %>% # maybe `set_arg` or just `arg`?
  add_arg(strata = expr(data$Attrition)) %>%
  engine("regression") # `set_engine`?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions