tests/testthat/_snaps/rand_forest.md

updating

Code
  rand_forest(mode = "regression", mtry = 2) %>% set_engine("randomForest",
    sampsize = 10) %>% update(mtry = tune(), sampsize = tune())
Output
  Random Forest Model Specification (regression)

  Main Arguments:
    mtry = tune()

  Engine-Specific Arguments:
    sampsize = tune()

  Computational engine: randomForest


Try the parsnip package in your browser

Any scripts or data that you put into this service are public.

parsnip documentation built on Aug. 18, 2023, 1:07 a.m.