Pass parameters properly in execute_model function
Open
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
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
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