Skip to content
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

Enable Discrete Outcomes w/ RScorer #927

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jakepenzak
Copy link

Motivation:

  • To enable usage of RScorer class for scoring and model ensembling in the presence of discrete outcomes

Implementation:

  • Add discrete_outcome attribute to RScorer class and pass to LinearDML in RScorer.fit() method

File modifications:

  • econml/score/rscorer.py - Added discrete_outcome attribute
  • econml/tests/test_rscorer.py - Added test case for discrete outcomes and CATEs that take probabilistic form

Signed-off-by: Jacob Pieniazek <jacob@pieniazek.me>
Signed-off-by: Jacob Pieniazek <jacob@pieniazek.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant