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")
}

Try the finetune package in your browser

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

finetune documentation built on May 29, 2024, 5:35 a.m.