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

Make output of transform same type as input #350

Merged

Conversation

jperez999
Copy link
Collaborator

This PR makes it so that the output to an executor transform is the same type as the input.

@jperez999 jperez999 added bug Something isn't working clean up chore Maintenance for the repository labels Jun 22, 2023
@jperez999 jperez999 added this to the Merlin 23.07 milestone Jun 22, 2023
@jperez999 jperez999 requested a review from karlhigley June 22, 2023 19:17
@jperez999 jperez999 self-assigned this Jun 22, 2023
@github-actions
Copy link

Documentation preview

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

@property
def target_format(self):
return DataFormats.PANDAS_DATAFRAME | DataFormats.CUDF_DATAFRAME

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a stray change that's not required yet (until a subsequent PR re: running Systems ops in the DaskExecutor.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chore Maintenance for the repository clean up
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants