dwavesystems / dwavesystems/dwave-scikit-learn-plugin
`time_limit` keyword is not used in `fit` method
Open
- 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`
https://github.com/dwavesystems/dwave-scikit-learn-plugin/blob/7db7d03c7b2b17db6309907069ade9aee0e4157a/dwave/plugins/sklearn/transformers.py#L222-L230
The variable `time_limit` is not passed to the solver, instead, an internal variable is passed.
https://github.com/dwavesystems/dwave-scikit-learn-plugin/blob/7db7d03c7b2b17db6309907069ade9aee0e4157a/dwave/plugins/sklearn/transformers.py#L296-L297
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.