-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update FrequencyEncoder
#386
Conversation
Codecov Report
@@ Coverage Diff @@
## v1.0.0.dev #386 +/- ##
============================================
Coverage 100.00% 100.00%
============================================
Files 12 12
Lines 944 944
============================================
Hits 944 944
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.
This looks good! Just pending on what @npatki says
6ac7c45
to
020fa55
Compare
5dd4707
to
07b2688
Compare
|
||
Args: | ||
data (pandas.Series): | ||
Data to fit the transformer to. | ||
""" | ||
self.mapping = {} |
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.
👍🏻
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! I left a couple of comments, but those are minor.
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 after addressing @pvk-developer's comments
Resolve #364.