microsoft / microsoft/dstoolkit-mlops-v2
Add traceability for custom Model back to Job
Open
@sweanan is already working on this.
Since Sep 5, 2024.
- Dominant language
- Python
- Stars
- 33
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
| Name | About |
|---|---|
| 🚀 Add traceability for custom model | As a User, Registered Models should be connected back to the job that created, so that you can see what Job created what Model. |
Problem Statement
Currently registered custom models aren't connected to the job that created them. This is a problem because users should be able to trace back to the job that created the model. Having traceability of the model back to the jobs back to the data for understanding / answering the question of "where did this model come from?"
Acceptance Criteria
- The Job that created the model can easily be found from the registered model.
- A markdown doc is created giving details on the why and how it was done.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.