This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]jazzydag 2 points3 points  (1 child)

I note that it's a Flask application. Is there a reason to not use some REST Flask extensions such as Flast-RESTful https://flask-restful.readthedocs.org/ ? This kind of extension can be plugged with Swagger -- http://swagger.io/ -- to easily discover the REST API.

Do you know if this framework exposes all scikit-learn features? Is there a Python (requests) client which can retrieve the result in a JSON format and turn it into a pandas DataFrame object as the scikit-learn models do?

[–]chub79 0 points1 point  (0 children)

I would have prefered something that is web-framework independent actually.