Skip to content

add_predictions() supports further arguments to the underlying predict()#127

Open
pbosetti wants to merge 2 commits intotidyverse:mainfrom
pbosetti:main
Open

add_predictions() supports further arguments to the underlying predict()#127
pbosetti wants to merge 2 commits intotidyverse:mainfrom
pbosetti:main

Conversation

@pbosetti
Copy link
Copy Markdown

@pbosetti pbosetti commented Oct 30, 2025

This is a small change to add_predictions() so that it can add confidence or prediction bands as well:

df %>% add_predictions(model, interval="confidence", level=0.99)

I have also updated the actions/upload-artifact@v3 to actions/upload-artifact@v5 in the GitHub action, since the former is deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant