mirror of
https://github.com/clearml/clearml
synced 2025-06-09 08:06:28 +00:00
Edit README and replace Slack link
This commit is contained in:
parent
fc0f706f61
commit
ba5bc44fb4
@ -8,7 +8,7 @@
|
|||||||
</br>Experiment Manager, MLOps and Data-Management**
|
</br>Experiment Manager, MLOps and Data-Management**
|
||||||
|
|
||||||
[](https://img.shields.io/github/license/allegroai/clearml.svg) [](https://img.shields.io/pypi/pyversions/clearml.svg) [](https://pypi.org/project/clearml/) [](https://anaconda.org/clearml/clearml) [](https://optuna.org)<br>
|
[](https://img.shields.io/github/license/allegroai/clearml.svg) [](https://img.shields.io/pypi/pyversions/clearml.svg) [](https://pypi.org/project/clearml/) [](https://anaconda.org/clearml/clearml) [](https://optuna.org)<br>
|
||||||
[](https://pypi.org/project/clearml/) [](https://artifacthub.io/packages/search?repo=allegroai) [](https://www.youtube.com/c/clearml) [](https://join.slack.com/t/clearml/shared_invite/zt-1v74jzwkn-~XsuWB0btXOlfFQCh8DJQw) [](https://app.clear.ml)
|
[](https://pypi.org/project/clearml/) [](https://artifacthub.io/packages/search?repo=allegroai) [](https://www.youtube.com/c/clearml) [](https://joinslack.clear.ml) [](https://app.clear.ml)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -163,7 +163,7 @@ and practices.
|
|||||||
- Make you data transparent by cataloging it all on the ClearML platform
|
- Make you data transparent by cataloging it all on the ClearML platform
|
||||||
|
|
||||||
We believe ClearML is ground-breaking. We wish to establish new standards of true seamless integration between
|
We believe ClearML is ground-breaking. We wish to establish new standards of true seamless integration between
|
||||||
experiment management,MLOps and data management.
|
experiment management, MLOps and data management.
|
||||||
|
|
||||||
## Who We Are
|
## Who We Are
|
||||||
|
|
||||||
@ -196,7 +196,7 @@ More information in the [official documentation](https://clear.ml/docs) and [on
|
|||||||
|
|
||||||
For examples and use cases, check the [examples folder](https://github.com/allegroai/clearml/tree/master/examples) and [corresponding documentation](https://clear.ml/docs/latest/docs/guides).
|
For examples and use cases, check the [examples folder](https://github.com/allegroai/clearml/tree/master/examples) and [corresponding documentation](https://clear.ml/docs/latest/docs/guides).
|
||||||
|
|
||||||
If you have any questions: post on our [Slack Channel](https://join.slack.com/t/clearml/shared_invite/zt-1v74jzwkn-~XsuWB0btXOlfFQCh8DJQw), or tag your questions on [stackoverflow](https://stackoverflow.com/questions/tagged/clearml) with '**[clearml](https://stackoverflow.com/questions/tagged/clearml)**' tag (*previously [trains](https://stackoverflow.com/questions/tagged/trains) tag*).
|
If you have any questions: post on our [Slack Channel](https://joinslack.clear.ml), or tag your questions on [stackoverflow](https://stackoverflow.com/questions/tagged/clearml) with '**[clearml](https://stackoverflow.com/questions/tagged/clearml)**' tag (*previously [trains](https://stackoverflow.com/questions/tagged/trains) tag*).
|
||||||
|
|
||||||
For feature requests or bug reports, please use [GitHub issues](https://github.com/allegroai/clearml/issues).
|
For feature requests or bug reports, please use [GitHub issues](https://github.com/allegroai/clearml/issues).
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Firstly, we thank you for taking the time to contribute!
|
|||||||
|
|
||||||
Contribution comes in many forms:
|
Contribution comes in many forms:
|
||||||
* Reporting [issues](https://github.com/allegroai/clearml/issues) you've come upon
|
* Reporting [issues](https://github.com/allegroai/clearml/issues) you've come upon
|
||||||
* Participating in issue discussions in the [issue tracker](https://github.com/allegroai/clearml/issues) and the [ClearML community slack space](https://join.slack.com/t/allegroai-trains/shared_invite/enQtOTQyMTI1MzQxMzE4LTY5NTUxOTY1NmQ1MzQ5MjRhMGRhZmM4ODE5NTNjMTg2NTBlZGQzZGVkMWU3ZDg1MGE1MjQxNDEzMWU2NmVjZmY)
|
* Participating in issue discussions in the [issue tracker](https://github.com/allegroai/clearml/issues) and the [ClearML community slack space](https://joinslack.clear.ml)
|
||||||
* Suggesting new features or enhancements
|
* Suggesting new features or enhancements
|
||||||
* Implementing new features or fixing outstanding issues
|
* Implementing new features or fixing outstanding issues
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ Enhancement suggestions are tracked as GitHub issues. After you determine which
|
|||||||
Before you submit a new PR:
|
Before you submit a new PR:
|
||||||
|
|
||||||
* Verify the work you plan to merge addresses an existing [issue](https://github.com/allegroai/clearml/issues) (If not, open a new one)
|
* Verify the work you plan to merge addresses an existing [issue](https://github.com/allegroai/clearml/issues) (If not, open a new one)
|
||||||
* Check related discussions in the [ClearML slack community](https://join.slack.com/t/allegroai-trains/shared_invite/enQtOTQyMTI1MzQxMzE4LTY5NTUxOTY1NmQ1MzQ5MjRhMGRhZmM4ODE5NTNjMTg2NTBlZGQzZGVkMWU3ZDg1MGE1MjQxNDEzMWU2NmVjZmY) (Or start your own discussion on the `#clearml-dev` channel)
|
* Check related discussions in the [ClearML slack community](https://joinslack.clear.ml) (Or start your own discussion on the `#clearml-dev` channel)
|
||||||
* Make sure your code conforms to the ClearML coding standards by running:
|
* Make sure your code conforms to the ClearML coding standards by running:
|
||||||
`flake8 --max-line-length=120 --statistics --show-source --extend-ignore=E501 ./clearml*`
|
`flake8 --max-line-length=120 --statistics --show-source --extend-ignore=E501 ./clearml*`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user