rstudio / vetiver-python

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

move all data preprocessing to handler #147

Closed isabelizimm closed 1 year ago

isabelizimm commented 1 year ago

Currently, vetiver does some data handling at the API creation to preprocess data. This has worked well for tabular data, but if it is moved to the Handler, all edits to the data will happen at the Handler level, giving more flexibility for new handlers.