fasttrackml
fasttrackml copied to clipboard
Managing mlflow.note.content as a First-Class Field in the Experiment Entity
Currently, the description of an experiment is stored as a tag value with the mlflow.note.content
key.
Transform mlflow.note.content
tag into a first-class field within the Experiment entity, then translate the experiment.description
with the experiment_tag on the mlflow side.