-
Notifications
You must be signed in to change notification settings - Fork 18
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
Support different types of prediction #2
Comments
On the R side, we handle this by passing in an argument about the type of predictions. It would look something like this:
|
Hi there, Has there been any progress on this? Many thanks |
Hi there 👋 -- there has not been worked on yet (for context: nowadays I am spending most of my time in this repository -> https://github.com/posit-dev/positron, but am still around to do maintenance and features as needed :D) For Let me know if you run into any troubles or if you have any followup questions! |
Hi Isabel, has there been any plans to include seamless compatibility with Thanks! |
Currently,
vetiver
supports thepredict
method when handling models. In other use cases, it maybe important to be able to usepredict_proba
orpredict_log_proba
.The text was updated successfully, but these errors were encountered: