Matthieu

Results 106 comments of Matthieu

a simpler reprex here: ``` r library(tidymodels) data(cells, package = "modeldata") cells % select(-case) folds % set_mode("classification") xgb_wf Error in `dials::grid_space_filling()`: #> ✖ This argument contains unknowns: `mtry`. #> ℹ...

Thanks a lot @topepo for looking into this! I look forward to the bug fixing, and thanks for providing a workaround. Regarding the workaround: note that I am actually doing...

great, thanks a lot for your answer! To be sure I understood you correctly, if I do first a `tune_grid`, then I could just use that max value for manually...

ok, thanks for the info! It would be nice to mention the main reference in the message? > Breaking News: tmap 3.x is retiring. Please test v4, e.g. with The...

true, that message comes with tmap `3.3.4`, and presumably was removed with tmap `3.99.9`, my bad. So I guess one could consider adding a new message to `3.99.9`, mentioning it's...

following-up on this, are there any guidelines on how to handle custom metrics with parallel processing? [#479](https://github.com/tidymodels/tune/issues/479#issuecomment-1087839565) mentions writing a separate package just for the function, while #937 mentions a...