[WIP]Add support for approx parameter with cutoff as pandas dataframes #1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for approx parameter with cutoff as pandas dataframes
This pr adds support for approx parameter with the cutoffs as pandas dataframes .
See docs page for handling cutoff times.
This is useful for porting workflows that use this parameter like the https://github.com/Featuretools/predict-taxi-trip-duration/blob/master/NYC%20Taxi%203%20-%20Simple%20Featuretools.ipynb to cudf .
We cant support cudf DataFrame as input to cutoff frames as it will require rapidsai/cudf#7102 to work.
Null handling(Wont do because default value filling is not support for frames other than pandas frames, see: https://github.com/alteryx/featuretools/blob/34a5dac89bbb254e524a154270274dbf6060acc4/featuretools/computational_backends/feature_set_calculator.py#L125-L140)