Skip to content

[Unoffocial] Wrapper class for the interacting with the CML API.

License

Notifications You must be signed in to change notification settings

phunt/cmlbootstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Unoffocial and Unsupported] CML Bootstrap

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.

About

[Unoffocial] Wrapper class for the interacting with the CML API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%