MLBazaar / MLBazaar/MLBlocks

Add primitive requirements parsing and validation

Open
#46 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

new feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.