Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

BUG: do not mirror native estimator class attributes and protected members #108

Merged
merged 4 commits into from
Jan 23, 2021

Conversation

j-ittner
Copy link
Member

When constructing a DF wrapper class for a native Scikit-learn estimator, do not mirror protected members of the native estimator (implementation detail), and do not attempt to mirror class constants (cannot be represented by a property in the wrapper class)

@j-ittner j-ittner added the bug Something isn't working label Jan 23, 2021
@j-ittner j-ittner self-assigned this Jan 23, 2021
@j-ittner j-ittner added this to the 1.0.2 milestone Jan 23, 2021
Copy link
Contributor

@jason-bentley jason-bentley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@j-ittner j-ittner merged commit 2c9d899 into develop Jan 23, 2021
@j-ittner j-ittner deleted the bugfix/df_wrapper_no_class_constants branch January 23, 2021 18:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants