timmens/causal-forest

Implement maximum depth criterion.

timmens opened this issue · 1 comments

As the trees might get unreasonable large I want to implement a maximum depth criterion.

I managed to implement this feature by adding a single statement to the if clause in _fit_node.