microsoft / AzureML-R-template

Patterns and examples for running R code with Azure Machine Learning
MIT License
21 stars 8 forks source link

Add mlflow_log_artifact example for logging saved plots to AzureML experiment #45

Open sdonohoo opened 2 years ago

sdonohoo commented 2 years ago

mlflow_log_artifact is supported by current azureml_utils.R function but need to investigate approach to setting DISPLAY in the Docker environment as R requires a display device to support saving images.