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

Add unit tests.

Open timmens opened this issue 5 years ago • 2 comments

Add unit tests to all functions in causaltree.py.

timmens avatar Feb 11 '20 13:02 timmens

I added unit tests for functions

  1. _compute_valid_splitting_indices
  2. _retrieve_index
  3. _predict_row_causaltree

timmens avatar Feb 12 '20 20:02 timmens

For now it would be especially important to add unit tests for functions located in cforest/forest.py.

timmens avatar Mar 03 '20 16:03 timmens