causal-forest
causal-forest copied to clipboard
Reduce no. of sorting.
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 these to each causal_tree
.