timmens/causal-forest

Implement (clever) parallelization.

timmens opened this issue · 1 comments

Goal:
Parallelize the causal_forest at the right level.

How to do it:
No clear solution in mind. Maybe parallel processes for trees and multi threading for observation (when predicting).

I second this. This would greatly speed up my workflow! Keep up the good work!