Ask HN: How do you deploy your ML models in production?
I use Spark MLLib to train models.
In most of the cases, the predictions are meant to be delivered via a REST API. One of the approaches is to pre-compute predictions -> store in DB -> serve via API.
Do you have a better pipeline for your production models?
0 comments
[ 3.2 ms ] story [ 12.4 ms ] threadNo comments yet.