I noticed both Databricks MLFlow and Amazon Sagemaker both make use of the combination of Nginx, Gunicorn, and Flask.
I was wondering if that tends to be the standard stack for deploying machine learning models (e.g. Scikit-learn, Tensorflow, Keras).
If so, is there are reason those are used over alternatives like Tornado?
If not, is there a "standard stack"