dwavesystems / dwavesystems/dwave-scikit-learn-plugin
`time_limit` keyword is not used in `fit` method
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 18
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
The time_limit keyword is not used in the fit
The variable time_limit is not passed to the solver, instead, an internal variable is passed.
Contributor guide
No contributing guide indexed for this repository
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
Inspect dwave/plugins/sklearn/transformers.py at lines 222-230 and 296-297. Compare how time_limit is received by fit with the value passed to the solver, then verify that the fit method uses the keyword consistently and run the relevant project tests.
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
- 55/100