-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi-predict for some prediction types #29
Labels
feature
a feature request or enhancement
Comments
#70 covers |
todo: |
possible todo: |
This issue 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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
With
glmnet
(and maybemboost
) we can get predictions one many values of some tuning parameters without multiple model fits.parsnip
saves those as nested tibbles per row ofnew_data
.This is also how we store the predictions of hazard and survival probabilities.
We might be able to accommodate both by having a single nested for both. For example, for
glmnet
, we would have the full grid ofpenalty
and.time
values with an additional column for the prediction.The text was updated successfully, but these errors were encountered: