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

possible to let pdbart use multiple threads? #51

Open
BorisVSchmid opened this issue Feb 3, 2023 · 0 comments
Open

possible to let pdbart use multiple threads? #51

BorisVSchmid opened this issue Feb 3, 2023 · 0 comments

Comments

@BorisVSchmid
Copy link

Calculating the partials of a model is currently the task that takes longest for me in dbarts (0.9-23 CRAN version). In 0.9-22 this would take a few hours in a model of about 7000 observations and 20 variables. Testing now for 0.9-23 if some of the changes under the hood changed that.

Is it possible to implement a parallelisation of the pdbart function? Maybe variables can be calculated in parallel? It seems to be using only a single CPU (out of the 18 available) right now (both in 0.9-22 and 0.9-23).

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

No branches or pull requests

1 participant