-
Notifications
You must be signed in to change notification settings - Fork 779
Add scoring parameter to drlearner #1000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Gabriel Daiha <[email protected]>
ff617c4
to
243e8a0
Compare
Two tests failed with the same problem: "No module named '_posixsubprocess'". I sincerely think that changes here does not affect this module. How could we solve it? @kbattocchi |
Yes, the failure is unrelated to your changes, it looks like the build runners upgraded to Python 3.13.7 and we're hitting python/cpython#138031. I'll see what I can do to address it. |
I'm going to add the adjustments needed in _drlearner.py to make scoring parameter work, very similar to what've been done in DML |
Signed-off-by: Gabriel Daiha <[email protected]>
1b113b9
to
2be4716
Compare
…core function Signed-off-by: Gabriel Daiha <[email protected]>
Signed-off-by: Gabriel Daiha <[email protected]>
Signed-off-by: Gabriel Daiha <[email protected]>
Signed-off-by: Gabriel Daiha <[email protected]>
2be4716
to
c75f649
Compare
ecea501
to
b70ca08
Compare
…core function Signed-off-by: Gabriel Daiha <[email protected]>
Signed-off-by: Gabriel Daiha <[email protected]>
Signed-off-by: Gabriel Daiha <[email protected]>
Signed-off-by: Gabriel Daiha <[email protected]>
b70ca08
to
92406d3
Compare
Signed-off-by: Gabriel Daiha <[email protected]>
…ha/fix-dr-scoring
@kbattocchi , I ended the implementations here. Ready to review. The tests that are failing does not have any relationship with this new feature. |
Add scoring parameter to drlearner, to allow score other metrics than MSE in Doubly Robust models