-
Notifications
You must be signed in to change notification settings - Fork 907
Feature lineage visualization #1032
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1032 +/- ##
==========================================
+ Coverage 98.30% 98.35% +0.04%
==========================================
Files 124 126 +2
Lines 12695 13052 +357
==========================================
+ Hits 12480 12837 +357
Misses 215 215
Continue to review full report at Codecov.
|
6fc83ab to
17b9650
Compare
17b9650 to
798b1cb
Compare
thehomebrewnerd
left a comment
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 to me. I tested with quite a few different feature types and the output matched my expectations.
The only suggestion I have is to maybe add a mention of this capability to the documentation as this is a nice way to understand more about your features. Not sure exactly, where would be the best place but maybe here: Deep Feature Synthesis.
4608cdb to
c63b59c
Compare
rwedge
left a comment
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 to merge once it's up to date!
Add
graph_featurefunction which takes in a feature and returns a graph demonstrating how the feature was generated:Closes #937