-
Notifications
You must be signed in to change notification settings - Fork 884
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
Remove Dask and Spark DataFrame Support #2705
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2705 +/- ##
===========================================
+ Coverage 86.97% 99.38% +12.41%
===========================================
Files 404 397 -7
Lines 24230 22292 -1938
===========================================
+ Hits 21073 22156 +1083
+ Misses 3157 136 -3021 ☔ View full report in Codecov by Sentry. |
A couple places that probably still need to be updated:
|
@tamargrey I think those references are still valid since they relate to manually partitioning data and not doing it via pyspark dataframes in an EntitySet. The Feature Engineering on Spark Notebook will still exist here: https://github.com/alteryx/predict-customer-churn/blob/main/churn/4.%20Feature%20Engineering%20on%20Spark.ipynb. The linked article in that section is gone though, so I'll remove that reference. |
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!
Closes #2704
Removes support for creating EntitySets from Dask and Spark dataframes.