The option 'deep' in the method get_params triggers a different behaviour than sklearns implementation. #28
Labels
status: backlog
Things we will work on, but not right now
type: maintenance
Improvement of code or keeping the code up to date
Milestone
In our implementation,
deep=True
will return the parameter as copy by value, whereas in sklearn this option will return the parameters of the object and the parameters of contained objects (Where the parameter name has the prefixobject_name__
).I think we should adapt our behavior accordingly.
The text was updated successfully, but these errors were encountered: