-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix encoded values map attribute #105
Conversation
This is to include possible future/test set sample values. Refactored docstring
The unique logger is 'root' logging instance. This avoids the creation of multiple logging instances for each module For future reference we could create a custom logger with the same name and this custom logger is called with the same name by each module
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.
minor comments
This pull request introduces 1 alert when merging 94d4f43 into 82871fe - view on LGTM.com new alerts:
|
Refactored docstrings
The changes should make the code flow more readable
-1.2% coverage is too much (we have the threshold set at -1%).. can you test something at least? 🙏🏽 |
This pull request introduces 1 alert when merging 9b7c600 into 82871fe - view on LGTM.com new alerts:
|
The tested func is "split_continuous_column_into_bins"
self.encoded_values_map
initializationroot
Logger instance. This avoids the creation of multiple logging instances for each module. (see issue Create a custom Logger instance instead of usingroot
one #104 for a possible future improvement of this)print
calls withlogging.info