Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/javierluraschi/mlflow-example


https://github.com/javierluraschi/mlflow-example

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# mlflow-example

To run from MLflow use,

```bash
mlflow run https://github.com/javierluraschi/mlflow-example -P lambda=0.2 -P alpha=0.8
```

Or when cloning this repo,

```bash
mlflow run . --entry-point train.R -P lambda=0.2 -P alpha=0.8
```