Add primitive requirements parsing and validation
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 124
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
Add a JSON keyword to specify dependencies or requirements and add a validation of those during the MLBlock instantiation.
If a dependency is missing or an incompatible version is installed, a user friendly exception should be raised when the MLBlock is created asking the user to install the required dependency.
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
Start at MLBlock instantiation and inspect how primitive metadata is represented and validated. The issue names no files or tests, so first determine the JSON requirements schema and existing validation entry points. Done means missing or incompatible dependencies produce a user-friendly installation message when an MLBlock is created.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- devtools, machine-learning
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100