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 ilustrate an extension of the original REST API.
- Titanic.py is an example of a pipeline using the Titanic Dataset:
- IMDb.py is an example of a pipeline using the IMDb reviews:
- MNIST.py is an example of a pipeline using the MNIST Dataset:
