https://github.com/blairj09/mlflow-intro
A brief introduction to mlflow for the R user
https://github.com/blairj09/mlflow-intro
Last synced: 8 months ago
JSON representation
A brief introduction to mlflow for the R user
- Host: GitHub
- URL: https://github.com/blairj09/mlflow-intro
- Owner: blairj09
- Created: 2020-05-26T23:16:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T23:19:13.000Z (over 5 years ago)
- Last Synced: 2025-01-24T16:11:25.306Z (10 months ago)
- Language: HTML
- Size: 8.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction to mlflow with R
This repository contains a collection of resources for introducing
[mlflow](https://mlflow.org/) to the R user.
[](slides/mlflow-intro-slides.pdf)
---
## Usage
This repository uses [`renv`](https://rstudio.github.io/renv/index.html) to
manage R package dependencies. Necessary R packages can be installed using
`renv::restore()`.
Since this package also depends on `mlflow`, `mlflow::mlflow_install()` will
need to be run once in order to setup the `mlflow` conda environment.