Code Monkey home page Code Monkey logo

comet-ml-python-api's Introduction

Python3 SDK for Comet.ml

Based on the supercharge machine learning library comet.ml

Documentation

See Comet.ml API documentation

Installation

pip install comet_ml_api

Example

from comet_ml_api import CometMlApi

comet = CometMlApi('bvtC8QqL6pQH4B1yhsUO9TICc', 'v1')
project_id = 'b1f37ccd4b244c68ae0155a797ac3632'
experiment_key = '625fa39eb4ac41e693cb10c0bd8f37d9'

projects = comet.projects()

API

Projects

print comet.projects()

Experiments

# print comet.experiments(projectId)

HTML

print comet.experiment_html(experiment_key)

Code

print comet.experiment_code(experiment_key)

Stdout

print comet.experiment_stdout(experiment_key)

Installed Packages

print comet.experiment_installed_packages(experiment_key)

Graph Definition

print comet.experiment_graph(experiment_key)

Images

print comet.experiment_images(experiment_key)

Hyper Params

print comet.experiment_params(experiment_key)

Metrics

print comet.experiment_metrics(experiment_key)

Log Other

print comet.experiment_log_other(experiment_key)

Raw Metrics

print comet.experiment_metrics_raw(experiment_key)

comet-ml-python-api's People

Contributors

bnbarak avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tvogels

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.