-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi again, I was using MLflow for a while and switched now to a custom solution inspired by MLflow to save all artefacts into a folder with a unique run_id and and params and metrics as json. This way all params are quickly available and some shiny app can pick up those meta info. Do you think it would be beneficial to add a standardised export function to parsnip or workflows?
Best