Skip to content

Guidelines on using custom metrics with tune parallel_over? #514

@MatthieuStigler

Description

@MatthieuStigler

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!

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions