-
Notifications
You must be signed in to change notification settings - Fork 879
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
Adding support for feature-specific top_n in encode_features #735
Conversation
@angela97lin can you merge the latest master into your branch and resolve the conflicts? |
Codecov Report
@@ Coverage Diff @@
## master #735 +/- ##
==========================================
+ Coverage 97.64% 97.65% +<.01%
==========================================
Files 118 118
Lines 10249 10279 +30
==========================================
+ Hits 10008 10038 +30
Misses 241 241
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Adding support for passing in dictionary as top_n for feature-specific top_n in encode_features (#505)