You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if clearer warnings and guidelines could be offered on how to use custom metrics from yardstick with tuneparallel_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?
It would be great if clearer warnings and guidelines could be offered on how to use custom metrics from
yardstick
withtune
parallel_over
option? 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!
The text was updated successfully, but these errors were encountered: