tests/testthat/_snaps/mlp.md

updating

Code
  mlp(mode = "classification", hidden_units = 2) %>% set_engine("nnet", Hess = FALSE) %>%
    update(hidden_units = tune(), Hess = tune())
Output
  Single Layer Neural Network Model Specification (classification)

  Main Arguments:
    hidden_units = tune()

  Engine-Specific Arguments:
    Hess = tune()

  Computational engine: nnet


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.