-
Notifications
You must be signed in to change notification settings - Fork 885
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 feature visualization for features with '<' or '>' in name #1055
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1055 +/- ##
=======================================
Coverage 98.35% 98.35%
=======================================
Files 126 126
Lines 13067 13082 +15
=======================================
+ Hits 12852 12867 +15
Misses 215 215
Continue to review full report at Codecov.
|
docs/source/changelog.rst
Outdated
@@ -6,6 +6,7 @@ Changelog | |||
* Enhancements | |||
* Fixes | |||
* Remove warnings.simplefilter in feature_set_calculator to un-silence warnings (:pr:`1053`) | |||
* Fix feature visualzation for features with '>' or '<' in name (:pr:`1055`) |
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.
visualzation
should be visualization
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
Replace '>' and '<' in feature names with HTML escape characters to fix graphviz parsing error