Machine Learning Deployment Frameworks
What are the different alternatives for ML Model Deployments and Pipelines and Pros and Cons for each.
I have came across few
- GraphPipe (https://oracle.github.io/graphpipe/#/) from Oracle
- Tensorflow Serving, TFX (https://www.tensorflow.org/tfx/) from Google
- Mlflow (https://mlflow.org) from databricks
- kubeflow (https://www.kubeflow.org/) from Google
- Seldon (https://www.seldon.io/)
I am looking towards some perspectives such as features, community support, ease of use, framework support such as (PyTorch, Tensorflow, etc), scalability.
3 comments
[ 3.2 ms ] story [ 16.8 ms ] threadWhat kind of algorithm have you used for model building?
How frequently would you like to request the model for predictions?
Do you need scheduled model updates?
Inference frequency would be quite low, but multiple models could be deployed at time.