A comprehensive representation to serve pmml models for prediction via rest calls — In this article I am going to show how to built a simple model server application using pypmml, os.stat module and Flask. The main serving format will be pmml but it can be extended other formats (which are supported by pypmml ) as well. Why PMML ? Before starting to talk about details…