# NOT RUN {
tune()
class(tune())
tune("your name here")
# How `tune()` is used in practice:
library(parsnip)
nearest_neighbor(
neighbors = tune("K"),
weight_func = tune(),
dist_power = tune()
)
# }
Run the code above in your browser using DataLab