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.2.tar.gz
(24.1 kB
view details)
Built Distribution
comet_ml-1.0.2-py3-none-any.whl
(33.5 kB
view details)
File details
Details for the file comet_ml-1.0.2.tar.gz
.
File metadata
- Download URL: comet_ml-1.0.2.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f594841d2afc76ced1df0ebe2ff2de480fbe2889882b37a5a56d8f40d858ff9c |
|
MD5 | 8cb76cb7ad86246e924bff9c812d7d9b |
|
BLAKE2b-256 | 5e74fccefcedfc82c34d8f66ddffd5a855ae7b6510bc622ee91caca5c9ec1ce1 |
File details
Details for the file comet_ml-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: comet_ml-1.0.2-py3-none-any.whl
- Upload date:
- Size: 33.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 567a8d8aecdbb7962655528e3fff9bdf7b80fec5836b8bb43ec0aec85f395e11 |
|
MD5 | 074322e22409991eb80c0e93f6acd18b |
|
BLAKE2b-256 | 4ef6c0d24cc82fdf647ed39161bca0c06d26523c927ba84bdc5fa9d31af69e1d |