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.1.tar.gz
(23.8 kB
view details)
Built Distribution
comet_ml-1.0.1-py3-none-any.whl
(33.3 kB
view details)
File details
Details for the file comet_ml-1.0.1.tar.gz
.
File metadata
- Download URL: comet_ml-1.0.1.tar.gz
- Upload date:
- Size: 23.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 619ddcf1bfd6a4a7fc3a695fbb424f2322935ae04f10fb8836d7060913ada421 |
|
MD5 | cf7a822e0fd10f08fcac4a18177b06ff |
|
BLAKE2b-256 | e5dbee88bad2f1588cf86f69a56add272866f766ecce3c80666ae915ed50331c |
File details
Details for the file comet_ml-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: comet_ml-1.0.1-py3-none-any.whl
- Upload date:
- Size: 33.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85fe703bbd25063d15880f75ec69967436840e73427bfefdfdb01a2eb0baaf9a |
|
MD5 | ce7997b798cc31d85eb9a75473f8819d |
|
BLAKE2b-256 | 0503e7bebc439e586e93e44c43b72ad26aa70d63446c7ebbc06906283349f66e |