Predictions on unseen Data #252
-
Hello DoubleML-Team, i am currently working on my bachelor thesis and need to make predictions using the Is it possible to implement this methodology using the doubleml library? Best Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi David, Thank you for your question. The latest version of Thanks and best regards |
Beta Was this translation helpful? Give feedback.
Hi David,
Thank you for your question. The latest version of$\theta$ , for example.
DoubleML
offers (for many models) the possibility to pass external predictions for the nuisance functions. So you could use a classic train-test split instead of the cross-fitting method.You train the ML models on your training dataset and have the predictions for the nuisance functions of the test dataset generated.
These in turn can then be passed to the
DoubleMLPLR
model which then estimates the causal parameterFurther information can be found here: https://docs.doubleml.org/stable/guide/learners.html#advanced-external-predictions
I hope I was able to answer your question.
Thanks and best regards
Jan