tidymodels.org-legacy icon indicating copy to clipboard operation
tidymodels.org-legacy copied to clipboard

revamp parsnip model list for censored

Open topepo opened this issue 3 years ago • 2 comments

The model mode is broken into "regression", "classification" and essentially "both". We should probably change the nature of this column to accommodate the censored package.

topepo avatar Jan 04 '22 15:01 topepo

Do you mean the table at https://www.tidymodels.org/find/parsnip/?

juliasilge avatar Jan 05 '22 14:01 juliasilge

@juliasilge yes, that is what we talked about. I said it'd be handy to be able to find a list of all available model/engine combinations for say classification. Currently you could get that by filtering for "classification" and "both" but when adding the censored regression mode that gets fairly messy.

hfrick avatar Jan 05 '22 15:01 hfrick