Name | comet-ml JSON |
Version |
3.47.4
JSON |
| download |
home_page | https://www.comet.com |
Summary | Supercharging Machine Learning |
upload_time | 2024-11-28 13:08:28 |
maintainer | None |
docs_url | None |
author | Comet ML Inc. |
requires_python | >=3.6 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Comet
========
.. image:: https://img.shields.io/pypi/v/comet_ml.svg
:target: https://pypi.python.org/pypi/comet_ml
:alt: Latest PyPI version
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:
.. code:: python
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
---------------------------------------
MIT License
Copyright 2024 Comet ML, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
associated documentation files (the “Software”), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Raw data
{
"_id": null,
"home_page": "https://www.comet.com",
"name": "comet-ml",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Comet ML Inc.",
"author_email": "mail@comet.com",
"download_url": "https://files.pythonhosted.org/packages/45/2b/1c72a41d05ffd569c88bffe96be8a89a77a3319937c2c914c52c7bb4b795/comet_ml-3.47.4.tar.gz",
"platform": null,
"description": "Comet\n========\n\n.. image:: https://img.shields.io/pypi/v/comet_ml.svg\n :target: https://pypi.python.org/pypi/comet_ml\n :alt: Latest PyPI version\n\n\nDocumentation\n-------------\n\nFull documentation and additional training examples are available on\nhttp://www.comet.com/docs/\n\nInstallation\n------------\n\n- Sign up (free) on comet.com and obtain an API key at https://www.comet.com\n\n\nGetting started: 30 seconds to Comet.ml\n---------------------------------------\n\nThe core class of Comet.ml is an **Experiment**, a specific run of a\nscript that generated a result such as training a model on a single set\nof hyper parameters. An Experiment will automatically log scripts output (stdout/stderr), code, and command\nline arguments on **any** script and for the supported libraries will\nalso log hyper parameters, metrics and model configuration.\n\nHere is the Experiment object:\n\n.. code:: python\n\n from comet_ml import Experiment\n experiment = Experiment(api_key=\"YOUR_API_KEY\")\n\n # Your code.\n\nWe all strive to be data driven and yet every day valuable experiments\nresults are just lost and forgotten. Comet.ml provides a dead simple way\nof fixing that. Works with any workflow, any ML task, any machine and\nany piece of code.\n\nFor a more in-depth tutorial about Comet.ml, you can check out or docs http:/www.comet.com/docs/\n\nLicense\n---------------------------------------\n\nMIT License\n\nCopyright 2024 Comet ML, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and\nassociated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction,\nincluding without limitation the rights to use, copy, modify, merge, publish, distribute,\nsublicense, and/or sell copies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING\nBUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Supercharging Machine Learning",
"version": "3.47.4",
"project_urls": {
"Homepage": "https://www.comet.com"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "8ce6c2710952b67815389fc2296ed76b9020360c18c39f799caf18fe2bb33b95",
"md5": "b73b359d205782d7151d03081fc3c280",
"sha256": "e20bd03fd0b8446c30058daa704bedfb563468722fb22f0aee377c02c12692a0"
},
"downloads": -1,
"filename": "comet_ml-3.47.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "b73b359d205782d7151d03081fc3c280",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 709894,
"upload_time": "2024-11-28T13:08:26",
"upload_time_iso_8601": "2024-11-28T13:08:26.608152Z",
"url": "https://files.pythonhosted.org/packages/8c/e6/c2710952b67815389fc2296ed76b9020360c18c39f799caf18fe2bb33b95/comet_ml-3.47.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "452b1c72a41d05ffd569c88bffe96be8a89a77a3319937c2c914c52c7bb4b795",
"md5": "a09273319fe1b356c0971811512036bb",
"sha256": "efa80e6c33e070728afe37f9bc4aa5a041ef176961bb5b129a653cde2ecde6a5"
},
"downloads": -1,
"filename": "comet_ml-3.47.4.tar.gz",
"has_sig": false,
"md5_digest": "a09273319fe1b356c0971811512036bb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 525111,
"upload_time": "2024-11-28T13:08:28",
"upload_time_iso_8601": "2024-11-28T13:08:28.903176Z",
"url": "https://files.pythonhosted.org/packages/45/2b/1c72a41d05ffd569c88bffe96be8a89a77a3319937c2c914c52c7bb4b795/comet_ml-3.47.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-28 13:08:28",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "comet-ml"
}