causal-forest
causal-forest copied to clipboard
Add unit tests.
Add unit tests to all functions in causaltree.py
.
I added unit tests for functions
-
_compute_valid_splitting_indices
-
_retrieve_index
-
_predict_row_causaltree
For now it would be especially important to add unit tests for functions located in cforest/forest.py
.