Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/comet-ml/comet-recipes
A collection of cookiecutter recipes for integrating ML frameworks with Comet in Python and R
https://github.com/comet-ml/comet-recipes
cookiecutter machine-learning python r
Last synced: 7 days ago
JSON representation
A collection of cookiecutter recipes for integrating ML frameworks with Comet in Python and R
- Host: GitHub
- URL: https://github.com/comet-ml/comet-recipes
- Owner: comet-ml
- License: mit
- Created: 2020-06-08T12:19:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T22:36:34.000Z (over 3 years ago)
- Last Synced: 2024-06-11T20:01:51.545Z (5 months ago)
- Topics: cookiecutter, machine-learning, python, r
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# comet-recipes
A collection of cookiecutter recipes for integrating ML frameworks with [Comet](https://comet.ml/) in Python and R.
The easiest way to invoke these recipes is through:
```
$ pip install comet_ml
$ comet init
```See https://www.comet.ml/docs/command-line/ for more details.
You can also use them directly, like:
```
$ cookiecutter https://github.com/comet-ml/comet-recipes --directory python
$ cookiecutter https://github.com/comet-ml/comet-recipes --directory r
```Please feel free to make Pull Requests in this repository to add features or correct any issues.