Skip to content
Discussion options

You must be logged in to vote

Hi @mateusnmsouza ,

thanks for raising this interesting question.
When you hand over a learner to the PLR model, indeed the same hyperparameters are used for all treatment columns.
However, you can use the set_ml_nuisance_params() to set individual hyperparameter configurations per learner and per treatment. This function is available for all model classes, see also the Hyperparameter Tuning Section in the docs.

if you want to go beyond this and, say, use different ML models for different treatment propensity predictions, then this is currently only possible when providing the cross-fitted predictions as external predictions.

I hope this helps!

Oliver

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mateusnmsouza
Comment options

Answer selected by mateusnmsouza
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants