-
Notifications
You must be signed in to change notification settings - Fork 86
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
Clean up deps: remove 'plots' option from scikit-optimize, move category_encoders #572
Conversation
91f5444
to
24fb58c
Compare
Codecov Report
@@ Coverage Diff @@
## master #572 +/- ##
=======================================
Coverage 98.83% 98.83%
=======================================
Files 115 115
Lines 4297 4297
=======================================
Hits 4247 4247
Misses 50 50 Continue to review full report at Codecov.
|
tqdm>=4.33.0 | ||
colorama | ||
category_encoders>=2.0.0 |
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.
Can you explain the reason why this was moved? We need it for our one hot encoder.
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.
Not anymore! @angela97lin wrote a custom implementation for #472 . We still use it in our tests though
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.
got it. Sounds good!
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.
LGTM
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.
Niceeee, LGTM! 👍
Have core deps install scikit-optimize but not the 'plots' option (i.e. matplotlib). Actually I'm not sure we need matplotlib at all.