ML Systems Dobuts
I've been working on a project of Machine Learning where I am using Docker to containerise my applications (frontend and backend). But I'm facing difficulties while using ML models in the containers.
Question
- How to train the model and also use MLFlow for model monitoring?
- I don't know how to integrate the ML models in the containers.
- Should I deploy my models in cloud and from there I can fetch the models for prediction?
- Should I add the models into the container from which I can easily make prediction?