Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.