Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feature_scoring: Improve drop column log entry #261

Closed
EwoutH opened this issue Apr 20, 2023 · 0 comments · Fixed by #318
Closed

feature_scoring: Improve drop column log entry #261

EwoutH opened this issue Apr 20, 2023 · 0 comments · Fixed by #318
Assignees
Labels

Comments

@EwoutH
Copy link
Collaborator

EwoutH commented Apr 20, 2023

I took a look at the source code but I'm still a bit confused about what's going on. Would it be possible to add some docstring for context and clarity? Also, it might be helpful to improve the print statement for better understanding.

("{} dropped from analysis " "because only a single category").format(column)

@EwoutH EwoutH added the docs label Apr 20, 2023
quaquel added a commit that referenced this issue Nov 20, 2023
fixes #261

columns with the same value for all entries don't matter for feature scoring, so they can be ignored.
quaquel added a commit that referenced this issue Dec 1, 2023
fixes #261

columns with the same value for all entries don't matter for feature scoring, so they can be ignored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants