[x] This comment contains a description of changes (with reason)
[ ] Referenced issue is linked n/a
[x] If you've fixed a bug or added code that should be tested, add tests!
[x] Documentation in docs is updated
Description of changes
Two suggested changes:
check for valid backend: it can happen quickly to mispell an argument as long as 'scikit-learn', and then the default being used would be hidden (not speaking of own mishap, checking for a friend)
omit the **kwargs collector: I know... I just am not a fan of grabbing everything that might be a misspelt argument and throw it further down :)
PR Checklist
docs
is updatedDescription of changes
Two suggested changes:
**kwargs
collector: I know... I just am not a fan of grabbing everything that might be a misspelt argument and throw it further down :)Technical details
Additional context