MLBazaar / MLBazaar/Cardea

Pass parameters properly in execute_model function

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

Nobody has claimed this yet.

Dominant language
Python
Stars
123
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Currently in cardea.py execute_model function, the optimize and hyperparameters default values are passed automatically. The function should be updated to pass the values from kwargs.

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

Open cardea.py and inspect the execute_model function, focusing on how optimize and hyperparameters are currently assigned. Trace the kwargs handling and verify that values supplied there are used instead of the defaults; done means both parameters are passed through correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.