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

Re-engineering and parallelization of computations #501

Open
pbiecek opened this issue May 5, 2022 · 1 comment
Open

Re-engineering and parallelization of computations #501

pbiecek opened this issue May 5, 2022 · 1 comment
Labels
R 🐳 Related to R
Milestone

Comments

@pbiecek
Copy link
Member

pbiecek commented May 5, 2022

Candidate features for version 3.0:

  • Absorbing needed functions from iBreakDown and ingredients. Shorter dependency list and easier package modification and maintenance.
  • Parallelize the calculation of explanations such as model_profile, model_parts (which framework)?
@pbiecek pbiecek added the R 🐳 Related to R label May 5, 2022
@pbiecek pbiecek added this to the DALEX v3.0.0 milestone May 5, 2022
@ssefick
Copy link

ssefick commented Feb 1, 2023

I do not know if this is the appropriate place to comment. I apologize if this is inappropriate. I am working on using spark_apply to calculate predict_parts in parallel for an H2O model and I am trying to understand explain.

H2O offers a prediction function without the cluster running, but it uses a path to a mojo and model gen file. I can write a custom predict function to use this to produce an identical prediction vector to the dalextra custom prediction function for explain_h2o.

However there is no 'model' object just a path to a mojo and model gen file.

In explain the predict function will pick up the path, and produce predictions.

I guess I am asking if this is appropriate?

Otherwise, I have been running out of memory when starting H2O on each worker node.

Thank you for the help, and sorry if this is inappropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
R 🐳 Related to R
2 participants