Change API to sklearn standard --even though treatment effect estimation is a mix between supervised and unsupervised learning and therefore any estimator can never utilize the features of sklearn it eases readability and consistency.
To do:
Construct estimator class cforest which implements a fit and predict method.
In commit (d95a7cfa0cc019b10bd0738fbd186f4e73c81613) I implemented a wrapper class CausalForest which implements the methods fit, predict, save and load.
Change API to sklearn standard --even though treatment effect estimation is a mix between supervised and unsupervised learning and therefore any estimator can never utilize the features of sklearn it eases readability and consistency.
To do:
cforest
which implements afit
andpredict
method.