grf
grf copied to clipboard
Fixes #1501
This PR is about a method proposed in the tutorial, Evaluating a causal forest fit.
One heuristic method to detect heterogeneity described in the tutorial over-rejects under the null, I believe due to the winner's curse. (The same model is used to determine subgroups and implement estimation). Cross-fitting resolves this problem, and I have proposed a small modification to the tutorial that provides this suggestion in this pull-request.