You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A need has been expressed where it would be useful to add labels to models, e.g. "LegalHasApproved" or "Experimental"
Describe the solution you'd like
To support this, we'll need to add a new table called Labels.
We'll also need to add a new method public void AddLabel(Guid runId, string name, string value)
The text was updated successfully, but these errors were encountered:
@Brett-Parker added a hacktoberfest label to this issue in case anyone would like to have a stab at it :)
To elaborate, were we thinking that we would associate labels to a run or to a registered model in this case (or an experiment)?
@aslotte I was thinking of a registered model. This would then give an ability to filter based on label. Potentially a great feature for the UI side down the line.
Is your feature request related to a problem? Please describe.
A need has been expressed where it would be useful to add labels to models, e.g. "LegalHasApproved" or "Experimental"
Describe the solution you'd like
To support this, we'll need to add a new table called
Labels
.We'll also need to add a new method
public void AddLabel(Guid runId, string name, string value)
The text was updated successfully, but these errors were encountered: