|
|
|
Deploying ML/Deep Learning Models to Production
|
|
5 points
by prasann16
2696 days ago
|
|
What platform do you guys use to deploy your Machine Learning/Deep Learning models to production? Do you guys prefer building a custom solution (using flask/Docker) or using managed services like Azure, Algorithmia, etc? and Why? I have never deployed models before so looking at pros/cons of each approach. |
|
If you use something like flask/Docker you are totally owning the entire pipeline and that might be a good/bad thing. By own, I mean hosting it yourself. Do you really want to own the pipeline, are you getting anything out of it, is this a competitive advantage to you some how? If not, you probably want to just off-load it to something else. Then, someone else can worry about all the production issues, and you can focus on what you're good at.