Supercharging Machine Learning
Project description
Documentation
Full documentation and additional training examples are available on http://www.comet.com/docs/
Installation
Sign up (free) on comet.com and obtain an API key at https://www.comet.com
Getting started: 30 seconds to Comet.ml
The core class of Comet.ml is an Experiment, a specific run of a script that generated a result such as training a model on a single set of hyper parameters. An Experiment will automatically log scripts output (stdout/stderr), code, and command line arguments on any script and for the supported libraries will also log hyper parameters, metrics and model configuration.
Here is the Experiment object:
from comet_ml import Experiment
experiment = Experiment(api_key="YOUR_API_KEY")
# Your code.
We all strive to be data driven and yet every day valuable experiments results are just lost and forgotten. Comet.ml provides a dead simple way of fixing that. Works with any workflow, any ML task, any machine and any piece of code.
For a more in-depth tutorial about Comet.ml, you can check out or docs http:/www.comet.com/docs/
License
Copyright (C) 2015-2020 Comet ML INC.
This package can not be copied and/or distributed without the express permission of Comet ML Inc.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file comet_ml-3.37.0-py3-none-any.whl
.
File metadata
- Download URL: comet_ml-3.37.0-py3-none-any.whl
- Upload date:
- Size: 599.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 927e9f9ab46e6b4e0632352686e646f6a6d963d723d785f1155248a2b3703cdd |
|
MD5 | f140c13388695fbb87b50f942e2d3725 |
|
BLAKE2b-256 | 77380f218e8f66fb9fea1acb2c9872371bcd821b839c2ba4182700cf1bf31589 |