microsoft / microsoft/dstoolkit-mlops-v2
Move hard-coded YAML components in mlops_pipeline to config.yaml
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 33
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Have the mlops_pipeline construct_pipeline method load a list of components that are available in the config.yaml
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.
Research direction
Locate the mlops_pipeline construct_pipeline method and inspect how its YAML components are currently defined. Read config.yaml and trace the method's configuration loading; the work is done when construct_pipeline loads the available component list from config.yaml instead of using hard-coded components.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100