-
Notifications
You must be signed in to change notification settings - Fork 856
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
fix standard dataset: adultdataset NotimplementError #115
Conversation
Hi @hoffmansc, can you help review this PR? Thanks! |
I think it would be simpler to just add |
Thanks, @hoffmansc. Updated. |
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.
Oops, sorry. One other thing: could you change the version requirement in setup.py and requirements.txt to pandas>=0.24.0
? to_numpy()
was introduced then so that way we don't break anything. Thank you so much!
Thanks @hoffmansc. Updated. |
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.
Cool. Thanks for sticking with this one.
also bumps pandas requirement to >=0.24.0
This PR fixes #109 issue.