Supercharging Machine Learning
Project description
Comet.ml
=======
.. image:: https://img.shields.io/pypi/v/comet_ml.svg
:target: https://pypi-hypernode.com/pypi/comet_ml
:alt: Latest PyPI version
Documentation
-------------
Full documentation and additional training examples are available on
http://www.comet.ml/docs/
Installation
------------
- Sign up (free) on comet.ml and obtain an API key at https://www.comet.ml
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.ml/docs/
--------------
=======
.. image:: https://img.shields.io/pypi/v/comet_ml.svg
:target: https://pypi-hypernode.com/pypi/comet_ml
:alt: Latest PyPI version
Documentation
-------------
Full documentation and additional training examples are available on
http://www.comet.ml/docs/
Installation
------------
- Sign up (free) on comet.ml and obtain an API key at https://www.comet.ml
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.ml/docs/
--------------
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 Distribution
comet_ml-1.0.6.tar.gz
(25.5 kB
view details)
Built Distribution
comet_ml-1.0.6-py3-none-any.whl
(35.1 kB
view details)
File details
Details for the file comet_ml-1.0.6.tar.gz
.
File metadata
- Download URL: comet_ml-1.0.6.tar.gz
- Upload date:
- Size: 25.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47231cdce23b504544ae9e4562a6a512929b961e08b788774a9ee2d062a336b9 |
|
MD5 | d7f71d35ec87ac68eae4881b067e3c16 |
|
BLAKE2b-256 | 4fb4de4ea109c3956227db92f0cfbe7e6631aaa7e3f12818e0da4ec680c4bbb7 |
File details
Details for the file comet_ml-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: comet_ml-1.0.6-py3-none-any.whl
- Upload date:
- Size: 35.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec0c7e274601ed19cdf1163627e43ce6dba2e11bd714524d0f737f0183125268 |
|
MD5 | 4d1668b749dbc2c71dbf878832844a3e |
|
BLAKE2b-256 | e22d31b7d755d6eef17680a5e63f53b50ec44e9b8f1db8e006fbb03892d9af26 |