-
Notifications
You must be signed in to change notification settings - Fork 871
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 DFS documentation to include more details regarding single tab… #2160
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2160 +/- ##
=======================================
Coverage 99.23% 99.23%
=======================================
Files 143 143
Lines 17199 17199
=======================================
Hits 17068 17068
Misses 131 131 Continue to review full report at Codecov.
|
@@ -785,6 +785,10 @@ | |||
"\n", | |||
"You can run DFS on a single table. Featuretools will be able to generate features for your data, but only transform features.\n", |
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.
We need to expand on this and better highlight why single table isn't recommended
Co-authored-by: Gaurav Sheni <gvsheni@gmail.com>
Overall, this looks good and should be good to merge after link is added |
Update DFS documentation to add info about alternative method to passing single table to DFS.
-- Adds warnings about the limitations of DFS with only a single table
-- Adds example about how to pass a single dataframe to DFS without creating EntitySet
Fixes #2132