Skip to content
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

Consider tools for extending vetiver to custom models #219

Open
juliasilge opened this issue Jun 9, 2023 · 0 comments
Open

Consider tools for extending vetiver to custom models #219

juliasilge opened this issue Jun 9, 2023 · 0 comments
Labels
feature a feature request or enhancement

Comments

@juliasilge
Copy link
Member

I think you're right that we should consider making it easier for folks to extend vetiver to custom models. In Python, this already works because of how the handlers are set up. In R, we are using S3 methods so it's not as straightforward right now. In the longer term, we could think about how to expose an easier way to support custom models. In the shorter term, it's worth documenting what you need to do to extend vetiver for now. Some similar documentation exists for butcher and broom. Maybe we could make something like butcher's new_model_butcher() that generates a file with example code to start from.

Originally posted by @juliasilge in #214 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
Development

No branches or pull requests

1 participant