-
Notifications
You must be signed in to change notification settings - Fork 721
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
Vasilis/randomstate #325
Vasilis/randomstate #325
Conversation
vsyrgkanis
commented
Nov 19, 2020
•
edited
Loading
edited
- Fixed random state to be stateless and enable refitting the same instance with no change in all current _OrthoLearner classes. (fixes Results differ at each run #323)
- Fixed some bugs in orthoiv related to passing W and to passing sample_weights to score in IntentToTreatDRIV.
- Fixed some bugs related to random_state in orthoiv.
- Fixed some bugs related to scoring in DRIV
- Fixed some bugs related to treating sample_weight in DRIV
…ance with no change. Fixed some bugs in orthoiv related to passing W and to passing sample_weights to score in IntentToTreatDRIV. Fixed some bugs related to random_state in orthoiv.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great. While not strictly necessary, it might be nice to rewrite history so that this consists of two separate commits; one for the improved random state behavior and another for the bugfixes.
Also, as long as you're fixing places where sample_weight is ignored, do you mind taking a look at the TODO in |