Hey Scott,
thanks for the awesome package! I've noticed that when I call predict(causalBoostingModel, newx), it returns a matrix of shape (size_newx, num_trees) with num_trees being the number of trees specified when fitting causal boost.
How should I deal with these return values, as I only want the treatment effect for each instance in newx? Can I just take the mean?
Thanks for your answer already!
Best,
Max