Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javierluraschi/mlflow-example
https://github.com/javierluraschi/mlflow-example
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/javierluraschi/mlflow-example
- Owner: javierluraschi
- Created: 2020-02-08T05:00:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T05:05:14.000Z (almost 5 years ago)
- Last Synced: 2024-12-23T10:45:52.624Z (28 days ago)
- Language: R
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```