Wrapper class for the interacting with the CML API. Please note that this library is experimental and currently unsupported.
The CML Bootstrap library provides a list of methods for interacting with the CML backend api for jobs
, models
, applications
and experiments
.
pip3 install git+https://github.com/fastforwardlabs/cmlbootstrap#egg=cmlbootstrap
from cmlbootstrap import CMLBootstrap
cml = CMLBootstrap(host, username, api_key, project_name)
user_details = cml.get_user({}) # example method to fetch user details
The library current supports methods that cover the jobs
, models
, applications
and experiments
abstractions on CML. For additional details, see the library documentation.