We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue by EvenOldridge Thursday Mar 26, 2020 at 02:22 GMT Originally opened as https://github.com/rapidsai/recsys/issues/32
Is your operator request related to a problem? Please describe. Outbrains dataset
Join to external data in multiple formats. This mechanism will also be used / shared by https://github.com/rapidsai/recsys/issues/31 to apply the groupby operations.
Describe the solution you'd like
Optional: Describe operation stages in detail* Statistics per chunk: N/A Statistics combine: N/A Apply: Join
Context: Note that this is meant to be an iterator to gdf join and not an iterator to iterator join which we'll figure out in the future.
The text was updated successfully, but these errors were encountered:
Related cudf issue: rapidsai/cudf#5621
Sorry, something went wrong.
We should pass in a nvtabular.Dataset to the operator - and merge with the groupby apply
rjzamora
Successfully merging a pull request may close this issue.
Issue by EvenOldridge
Thursday Mar 26, 2020 at 02:22 GMT
Originally opened as https://github.com/rapidsai/recsys/issues/32
Is your operator request related to a problem? Please describe.
Outbrains dataset
Join to external data in multiple formats. This mechanism will also be used / shared by https://github.com/rapidsai/recsys/issues/31 to apply the groupby operations.
Describe the solution you'd like
Optional: Describe operation stages in detail*
Statistics per chunk: N/A
Statistics combine: N/A
Apply: Join
Context:
Note that this is meant to be an iterator to gdf join and not an iterator to iterator join which we'll figure out in the future.
The text was updated successfully, but these errors were encountered: