Python client for learningOrchestra.
Requires Python 3.x
pip install learning-orchestra-client
Each interoperable REST API service described in Learning Orchestra is translated into Python. Details at python client docs. Furthermore, some extra method calls are included into Python client API to simplify even more the Machine Learning services. For instance, the REST API is asynchronous, except for GET HTTP requests, but the Python client enables also the synchronous API calls. The wait API method, useful to receive notifications from ML pipes, is another important example to illustrate an extension of the original REST API.
- Here has an example using the Titanic Dataset:
- Here has an example using the Sentiment Analysis On IMDb reviews:
- Here has an example using the MNIST Dataset: