causal-forest icon indicating copy to clipboard operation
causal-forest copied to clipboard

Implements the Causal Forest algorithm formulated in Athey and Wager (2018).

Results 12 causal-forest issues
Sort by recently updated
recently updated
newest added

**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).

enhancement
low-priority

**Goal:** Reduce the number of times in which I sort the same data repeatedly. **How to do it:** Generate sorting indices for each feature axis when calling `causal_forest` and pass...

enhancement
low-priority