tests/testthat/_snaps/nearest_neighbor.md

updating

Code
  nearest_neighbor(neighbors = 5) %>% set_engine("kknn", scale = FALSE) %>%
    update(neighbors = tune(), scale = tune())
Output
  K-Nearest Neighbor Model Specification (unknown mode)

  Main Arguments:
    neighbors = tune()

  Engine-Specific Arguments:
    scale = tune()

  Computational engine: kknn


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.