Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Model] Add the ability to associate labels with a model #163

Open
aslotte opened this issue Jun 30, 2020 · 2 comments
Open

[Model] Add the ability to associate labels with a model #163

aslotte opened this issue Jun 30, 2020 · 2 comments

Comments

@aslotte
Copy link
Owner

aslotte commented Jun 30, 2020

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)

@aslotte
Copy link
Owner Author

aslotte commented Oct 3, 2020

@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)?

@Brett-Parker
Copy link
Collaborator

@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.

@Brett-Parker Brett-Parker removed their assignment Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants