Skip to content

Commit 748c580

Browse files
authored
Fix broken links (#189)
* Update readme.md Remove dead links * Update readme.md Fix broken link * Update readme.md Fix broken links * Update readme.md Remove extra bullet point * Update readme.md Fix broken link
1 parent 806485c commit 748c580

File tree

1 file changed

+14
-23
lines changed

1 file changed

+14
-23
lines changed

readme.md

+14-23
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,47 @@
1-
<img src="https://www.comet.ml/images/logo_comet_light.png" width="350" alt="Drawing" style="width: 350px;"/>
1+
<img src="https://www.comet.com/images/logo_comet_light.png" width="350" alt="Drawing" style="width: 350px;"/>
22

3-
## Comet.ml - machine learning experiment management
3+
## Comet for Machine Learning Experiment Management
44
**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.
55

6-
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.
6+
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.
77

88
## Examples Repository
99

10-
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.
10+
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.
1111

1212
If you don't see something you need, just let us know! See contact methods below.
1313

1414
## Documentation
1515
[![PyPI version](https://badge.fury.io/py/comet-ml.svg)](https://badge.fury.io/py/comet-ml)
1616

17-
Full documentation and additional training examples are available on http://www.comet.ml/docs/
17+
Full documentation and additional training examples are available on http://www.comet.com/docs/v2
1818

1919
## Installation
2020

21-
- [Sign up (free) on comet.ml and obtain an API key](https://www.comet.ml)
21+
- [Sign up for free!](https://www.comet.com/signup)
2222

23-
- **Install Comet.ml from PyPI:**
23+
- **Install Comet from PyPI:**
2424

2525
```sh
2626
pip install comet_ml
2727
```
28-
Comet.ml python SDK is compatible with: __Python 3.5-3.9__.
28+
Comet Python SDK is compatible with: __Python 3.5-3.13__.
2929

3030
## Tutorials + Examples
31-
- [caffe](https://github.com/comet-ml/comet-examples/tree/master/caffe)
32-
- [chainer](https://github.com/comet-ml/comet-examples/tree/master/chainer)
33-
- [fastai](https://github.com/comet-ml/comet-examples/tree/master/fastai)
31+
32+
- [fastai](https://github.com/comet-ml/comet-examples/tree/master/integrations/model-training/fastai/)
3433
- [keras](https://github.com/comet-ml/comet-examples/tree/master/keras)
35-
- [mxnet](https://github.com/comet-ml/comet-examples/tree/master/mxnet)
3634
- [pytorch](https://github.com/comet-ml/comet-examples/tree/master/pytorch)
37-
- [scikit](https://github.com/comet-ml/comet-examples/tree/master/scikit)
35+
- [scikit](https://github.com/comet-ml/comet-examples/tree/master/integrations/model-training/scikit-learn)
3836
- [tensorflow](https://github.com/comet-ml/comet-examples/tree/master/tensorflow)
3937

40-
We also offer [Jupyter notebook examples for fastai and keras](https://github.com/comet-ml/comet-examples/tree/master/notebooks)
41-
4238
## Support
4339
Have questions? We have answers -
44-
- Try checking our [FAQ Page](https://www.comet.ml/faq)
45-
- Email us at <[email protected]>
46-
- For the fastest response, ping us on [Slack](https://cometml.slack.com/)
40+
- Email us at <[email protected]>
41+
- For the fastest response, ping us on [Slack](https://chat.comet.com/)
4742

4843
**Want to request a feature?**
4944
We take feature requests through github at: https://github.com/comet-ml/issue-tracking
5045

51-
5246
## Feature Spotlight
53-
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).
54-
55-
56-
47+
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/).

0 commit comments

Comments
 (0)