mwelz / GenericML

R implementation of Generic Machine Learning Inference (Chernozhukov, Demirer, Duflo and Fernández-Val, 2020).
GNU General Public License v3.0
60 stars 14 forks source link

The argument "proxy_BCA" of proxy_CATE() should be able to take objects of class proxy_BCA #6

Open mwelz opened 2 years ago

mwelz commented 2 years ago

Doing so would allows us to make proxy_CATE() also return the mlr3 object contained in the proxy_BCA object, which will be useful for a potential predict.proxy_CATE method.