-
Notifications
You must be signed in to change notification settings - Fork 733
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
Fixed column input names bugs. #398
Conversation
moprescu
commented
Feb 3, 2021
•
edited by kbattocchi
Loading
edited by kbattocchi
- Fixes Bug in default treatment name parsing from pandas Dataframe #375, fixes Bug in default variables when refitting #376
- Added tests
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.
Mostly looks good; just a few questions
4bf0edc
to
3e9d737
Compare
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.
A few more comments on the latest batch of changes.
3e9d737
to
0194c4f
Compare
d64fe28
to
5de06bd
Compare
* Fixed setting column names during refit and for categorical treatments * Added tests
Co-authored-by: Keith Battocchi <[email protected]>
Co-authored-by: Keith Battocchi <[email protected]>
Co-authored-by: Keith Battocchi <[email protected]>
Co-authored-by: Keith Battocchi <[email protected]>
Co-authored-by: Keith Battocchi <[email protected]>
Co-authored-by: Keith Battocchi <[email protected]>
Co-authored-by: Keith Battocchi <[email protected]>
…d propagated changes
54afd0f
to
173460d
Compare
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. However, there are a few issues with how categories are treated that need to be addressed.
Co-authored-by: Keith Battocchi <[email protected]>
…nto moprescu/fix_metadata
…_treatment_names functionaliy
25f4a57
to
42c7d6e
Compare
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.
LGTM
I believe Miruna has addressed your concerns, and this review is blocking the merge.