This PR removes the param_grid tbl subclass altogether, as it is not used anywhere and there are no know S3 methods that dispatch off of it. This simplifies things greatly, since we don't have to maintain vctrs/dplyr compat for it.
It also has a few tweaks to the existing parameters vctrs/dplyr compat as I continue to iron out ways for it to be more generic (but they are very minor)
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
This PR removes the
param_grid
tbl subclass altogether, as it is not used anywhere and there are no know S3 methods that dispatch off of it. This simplifies things greatly, since we don't have to maintain vctrs/dplyr compat for it.It also has a few tweaks to the existing parameters vctrs/dplyr compat as I continue to iron out ways for it to be more generic (but they are very minor)