From b45502c5f12233097e8818113a9476ea42bff391 Mon Sep 17 00:00:00 2001 From: Abby Morgan <86856445+anmorgan24@users.noreply.github.com> Date: Fri, 26 Jul 2024 16:02:04 -0400 Subject: [PATCH 1/5] Update readme.md Remove dead links --- readme.md | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/readme.md b/readme.md index c5d5b34b..16617edd 100644 --- a/readme.md +++ b/readme.md @@ -1,38 +1,36 @@ -Drawing +Drawing -## Comet.ml - machine learning experiment management +## Comet for machine learning experiment management **Our Misson:** Comet is doing for ML what GitHub did for code. We allow data science teams to automagically track their datasets, code changes, experimentation history and production models creating efficiency, transparency, and reproducibility. -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. +We all strive to be data driven and yet every day valuable experiment results are lost and forgotten. Comet provides a dead simple way of fixing that. It works with any workflow, any ML task, any machine, and any piece of code. ## Examples Repository -This repository contains examples of using Comet.ml in many Machine Learning Python libraries, including fastai, torch, sklearn, chainer, caffe, keras, tensorflow, mxnet, Jupyter notebooks, and with just pre Python. +This repository contains examples of using Comet in many Machine Learning Python libraries, including fastai, torch, sklearn, chainer, caffe, keras, tensorflow, mxnet, Jupyter notebooks, and with just pre Python. If you don't see something you need, just let us know! See contact methods below. ## Documentation [![PyPI version](https://badge.fury.io/py/comet-ml.svg)](https://badge.fury.io/py/comet-ml) -Full documentation and additional training examples are available on http://www.comet.ml/docs/ +Full documentation and additional training examples are available on http://www.comet.com/docs/v2 ## Installation -- [Sign up (free) on comet.ml and obtain an API key](https://www.comet.ml) +- [Sign up for free!](https://www.comet.com/signup) -- **Install Comet.ml from PyPI:** +- **Install Comet from PyPI:** ```sh pip install comet_ml ``` -Comet.ml python SDK is compatible with: __Python 3.5-3.9__. +Comet Python SDK is compatible with: __Python 3.5-3.13__. ## Tutorials + Examples -- [caffe](https://github.com/comet-ml/comet-examples/tree/master/caffe) -- [chainer](https://github.com/comet-ml/comet-examples/tree/master/chainer) -- [fastai](https://github.com/comet-ml/comet-examples/tree/master/fastai) + +- [fastai](https://github.com/comet-ml/comet-examples/tree/master/integrations/model-training/fastai/) - [keras](https://github.com/comet-ml/comet-examples/tree/master/keras) -- [mxnet](https://github.com/comet-ml/comet-examples/tree/master/mxnet) - [pytorch](https://github.com/comet-ml/comet-examples/tree/master/pytorch) - [scikit](https://github.com/comet-ml/comet-examples/tree/master/scikit) - [tensorflow](https://github.com/comet-ml/comet-examples/tree/master/tensorflow) @@ -41,16 +39,15 @@ We also offer [Jupyter notebook examples for fastai and keras](https://github.co ## Support Have questions? We have answers - -- Try checking our [FAQ Page](https://www.comet.ml/faq) -- Email us at -- For the fastest response, ping us on [Slack](https://cometml.slack.com/) +- Email us at +- For the fastest response, ping us on [Slack](https://chat.comet.com/) **Want to request a feature?** We take feature requests through github at: https://github.com/comet-ml/issue-tracking ## Feature Spotlight -Check out new product features and updates through our [Release Notes](https://www.notion.so/cometml/Comet-ml-Release-Notes-93d864bcac584360943a73ae9507bcaa). Also checkout our articles on [Medium](https://medium.com/comet-ml). +Check out new product features and updates through our [Release Notes](https://www.notion.so/cometml/Comet-ml-Release-Notes-93d864bcac584360943a73ae9507bcaa). Also check out our [blog](https://medium.com/comet-ml](https://www.comet.com/site/blog/). From d4cef39395448b833c815bd068cdf10544d288ff Mon Sep 17 00:00:00 2001 From: Abby Morgan <86856445+anmorgan24@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:27:31 -0400 Subject: [PATCH 2/5] Update readme.md Fix broken link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 16617edd..9e8bdc81 100644 --- a/readme.md +++ b/readme.md @@ -32,7 +32,7 @@ Comet Python SDK is compatible with: __Python 3.5-3.13__. - [fastai](https://github.com/comet-ml/comet-examples/tree/master/integrations/model-training/fastai/) - [keras](https://github.com/comet-ml/comet-examples/tree/master/keras) - [pytorch](https://github.com/comet-ml/comet-examples/tree/master/pytorch) -- [scikit](https://github.com/comet-ml/comet-examples/tree/master/scikit) +- [scikit](https://github.com/comet-ml/comet-examples/tree/master/integrations/model-training/scikit-learn) - [tensorflow](https://github.com/comet-ml/comet-examples/tree/master/tensorflow) We also offer [Jupyter notebook examples for fastai and keras](https://github.com/comet-ml/comet-examples/tree/master/notebooks) From f7fa0ab7a20582a0709c1bb4d61d3db74416a96b Mon Sep 17 00:00:00 2001 From: Abby Morgan <86856445+anmorgan24@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:30:01 -0400 Subject: [PATCH 3/5] Update readme.md Fix broken links --- readme.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index 9e8bdc81..2430835b 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ Drawing -## Comet for machine learning experiment management +## Comet for Machine Learning Experiment Management **Our Misson:** Comet is doing for ML what GitHub did for code. We allow data science teams to automagically track their datasets, code changes, experimentation history and production models creating efficiency, transparency, and reproducibility. We all strive to be data driven and yet every day valuable experiment results are lost and forgotten. Comet provides a dead simple way of fixing that. It works with any workflow, any ML task, any machine, and any piece of code. @@ -34,8 +34,7 @@ Comet Python SDK is compatible with: __Python 3.5-3.13__. - [pytorch](https://github.com/comet-ml/comet-examples/tree/master/pytorch) - [scikit](https://github.com/comet-ml/comet-examples/tree/master/integrations/model-training/scikit-learn) - [tensorflow](https://github.com/comet-ml/comet-examples/tree/master/tensorflow) - -We also offer [Jupyter notebook examples for fastai and keras](https://github.com/comet-ml/comet-examples/tree/master/notebooks) +- ## Support Have questions? We have answers - @@ -45,9 +44,5 @@ Have questions? We have answers - **Want to request a feature?** We take feature requests through github at: https://github.com/comet-ml/issue-tracking - ## Feature Spotlight -Check out new product features and updates through our [Release Notes](https://www.notion.so/cometml/Comet-ml-Release-Notes-93d864bcac584360943a73ae9507bcaa). Also check out our [blog](https://medium.com/comet-ml](https://www.comet.com/site/blog/). - - - +Check out new product features and updates through our [Release Notes](https://www.comet.com/docs/v2/api-and-sdk/python-sdk/releases/). Also check out our [blog](https://medium.com/comet-ml](https://www.comet.com/site/blog/). From 12d1452111020e9011be54b0b7a07fe6c3bc93bb Mon Sep 17 00:00:00 2001 From: Abby Morgan <86856445+anmorgan24@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:30:36 -0400 Subject: [PATCH 4/5] Update readme.md Remove extra bullet point --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 2430835b..80ea459f 100644 --- a/readme.md +++ b/readme.md @@ -34,7 +34,6 @@ Comet Python SDK is compatible with: __Python 3.5-3.13__. - [pytorch](https://github.com/comet-ml/comet-examples/tree/master/pytorch) - [scikit](https://github.com/comet-ml/comet-examples/tree/master/integrations/model-training/scikit-learn) - [tensorflow](https://github.com/comet-ml/comet-examples/tree/master/tensorflow) -- ## Support Have questions? We have answers - From 81a4768ece71e2d455b456df771bb143543974fe Mon Sep 17 00:00:00 2001 From: Abby Morgan <86856445+anmorgan24@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:31:08 -0400 Subject: [PATCH 5/5] Update readme.md Fix broken link --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 80ea459f..829a60f3 100644 --- a/readme.md +++ b/readme.md @@ -44,4 +44,4 @@ Have questions? We have answers - We take feature requests through github at: https://github.com/comet-ml/issue-tracking ## Feature Spotlight -Check out new product features and updates through our [Release Notes](https://www.comet.com/docs/v2/api-and-sdk/python-sdk/releases/). Also check out our [blog](https://medium.com/comet-ml](https://www.comet.com/site/blog/). +Check out new product features and updates through our [Release Notes](https://www.comet.com/docs/v2/api-and-sdk/python-sdk/releases/). Also check out our [blog](https://www.comet.com/site/blog/).