Skip to content

distributed RDataFrame cannot process models passed via RReader #18210

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

Open
1 task
vepadulano opened this issue Mar 31, 2025 · 1 comment
Open
1 task

distributed RDataFrame cannot process models passed via RReader #18210

vepadulano opened this issue Mar 31, 2025 · 1 comment

Comments

@vepadulano
Copy link
Member

Check duplicate issues.

  • Checked for duplicates

Description

See this user forum post https://root-forum.cern.ch/t/evaluating-mva-within-distr-rdf/63079

The issue is that the RReader class is not serializable, so we cannot send instances of the class to the workers when using distributed RDataFrame.

Reproducer

No minimal reproducer yet, but the forum post is quite clear.

ROOT version

Any

Installation method

Any

Operating system

Any

Additional context

No response

@dpiparo
Copy link
Member

dpiparo commented Mar 31, 2025

Making the class serialisable should not be hard, given its layout - come care might be required since the class is still in the Experimental namespace (might not be a big problem, but it depends on the migration strategy).
@lmoneta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants