fastforwardlabs / cmlbootstrap

[Unofficial] Wrapper class for the interacting with the CML API.
MIT License
6 stars 3 forks source link

[Unofficial and Unsupported] CML Bootstrap

This repo is unnofficial and unsupported. The supported means of interacting with CML via API is CML API v2. The documentation for CML API v2 is here.


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.

Installation

pip3 install git+https://github.com/fastforwardlabs/cmlbootstrap#egg=cmlbootstrap

Usage

from cmlbootstrap import CMLBootstrap

cml = CMLBootstrap(host, username, api_key, project_name)
user_details = cml.get_user({}) # example method to fetch user details

Documentation

The library current supports methods that cover the jobs, models, applications and experiments abstractions on CML. For additional details, see the library documentation.