rstudio / vetiver-python

Version, share, deploy, and monitor models.
https://rstudio.github.io/vetiver-python/stable/
MIT License
60 stars 18 forks source link

feat: add xgboost handler #68

Closed machow closed 2 years ago

machow commented 2 years ago

Addresses https://github.com/rstudio/vetiver-python/issues/27, by Implementing xgboost handler.

TODO:

machow commented 2 years ago

@isabelizimm looks like it's passing on CI now. If it's useful, I don't mind doing...

machow commented 2 years ago

@isabelizimm, once the changes for https://github.com/rstudio/vetiver-python/issues/67 are in, let me know, and I can rebase / get this code up to date!

isabelizimm commented 2 years ago

@isabelizimm, once the changes for #67 are in, let me know, and I can rebase / get this code up to date!

we are good to go for xgboost reabasing now 🙌

isabelizimm commented 2 years ago

A lot of the infrastructure around handlers has changed since this PR was created, so I am closing it in favor of a fresh PR.