It would be great if clearer warnings and guidelines could be offered on how to use custom metrics from yardstick with tune parallel_over option? Personally, it took quite a while to figure out that the error message:
! no applicable method for 'mse' applied to an object of class "c('grouped_df', 'tbl_df', 'tbl', 'data.fram..
despite the script itself containing a mse <- function(data, ...) { UseMethod("mse")} call?
What I am suggesting is:
Thanks!
It would be great if clearer warnings and guidelines could be offered on how to use custom metrics from
yardstickwithtuneparallel_overoption? Personally, it took quite a while to figure out that the error message:despite the script itself containing a
mse <- function(data, ...) { UseMethod("mse")}call?What I am suggesting is:
Thanks!