Hacker News new | ask | show | jobs
by ploomber 1852 days ago
Congrats on launching!

Is there support for including custom code as part of the deployment?

Models trained on tabular data (which are the majority of use cases in industry) usually require some pre-processing before feeding the model (i.e., feature engineering).

1 comments

Great question! Yes, Convect supports deploying pipelines and functions in which you can include pre-processing code. Here are two tutorials that walk through that: https://convect.readme.io/docs/wine-classifier-pipeline and https://convect.readme.io/docs/iris-plant-classifier-functio...