doubleml-for-py icon indicating copy to clipboard operation
doubleml-for-py copied to clipboard

Add support for binary outcome in PLR

Open SvenKlaassen opened this issue 1 year ago • 2 comments

Enable the save use of classifiers for the PLR model (see #234) The model should accept classifiers and switch to predict_proba() (but only for ml_l).

SvenKlaassen avatar Apr 02 '24 07:04 SvenKlaassen

Hello, I'd like to join the project and work on this.

Riccardo231 avatar Dec 25 '24 19:12 Riccardo231

Hi @ricor07,

that would be great. I think this should mainly require changes in the https://github.com/DoubleML/doubleml-for-py/blob/main/doubleml/plm/plr.py file. If you have a first version you can open a PR (or if you have questions; just tag me)

Best, Sven

SvenKlaassen avatar Jan 06 '25 09:01 SvenKlaassen