mcf_functions.ModifiedCausalForest.analyse#

ModifiedCausalForest.analyse(results)#

Analyse estimated IATE with various descriptive tools.

Parameters

results (Dictionary) – Contains estimation results. This dictionary must have the same structure as the one returned from the predict() method.

Raises

ValueError – Some of the attribute are not compatible with running this method.

Returns

  • results_plus_cluster (Dictionary) – Same as the results dictionary, but the DataFrame with estimated IATEs contains an additional integer with a group label that comes from k-means clustering.

  • outpath (String) – Location of directory in which output is saved.