Skip to content
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

change target formats allowed in dask executor #352

Merged
merged 1 commit into from
Jun 28, 2023

Conversation

jperez999
Copy link
Collaborator

This PR makes it possible for the dask executor to change the allowed dataformats for the local executor it houses internally. By only allowing dataframe formats, we ensure that the dask dataframe that goes into a dask executor is handled correctly between multiple nodes that may change the format of the data internally. This change is necessary to get batch working correctly. This allows you to attach a PredictTensorflow operator to a nvtabular workflow. Allowing the user to run a dask dataframe through a full systems ensemble.

@jperez999 jperez999 added enhancement New feature or request api Changes or tweaks to the Core API labels Jun 26, 2023
@jperez999 jperez999 added this to the Merlin 23.07 milestone Jun 26, 2023
@jperez999 jperez999 self-assigned this Jun 26, 2023
@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/core/review/pr-352

@karlhigley karlhigley merged commit 5e549d9 into NVIDIA-Merlin:main Jun 28, 2023
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Changes or tweaks to the Core API enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants