R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  vctrs::s3_register("tune::show_best", "tune_race")
  vctrs::s3_register("tune::collect_metrics", "tune_race")
  vctrs::s3_register("tune::collect_predictions", "tune_race")
}
tidymodels/finetune documentation built on March 23, 2024, 6:50 p.m.