Skip to content

The option 'deep' in the method get_params triggers a different behaviour than sklearns implementation. #28

Open
@c-w-feldmann

Description

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 prefix object_name__).
I think we should adapt our behavior accordingly.

Metadata

Assignees

No one assigned

    Labels

    status: backlogThings we will work on, but not right nowtype: maintenanceImprovement of code or keeping the code up to date

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions