-
Notifications
You must be signed in to change notification settings - Fork 839
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
NotImplementedError in standard dataset #162
Comments
Hi @srnghn , the most recent master version (https://github.com/IBM/AIF360/blob/b3f589d3e87afc6ceb19646f426f09e695f81ea6/aif360/datasets/standard_dataset.py#L121) seems to have the fix for this. Can you please use the latest master and retry? |
Thanks @nrkarthikeyan, you're right. For some reason my build wasn't being recognised which is why I referred to aif360 version |
ok thanks @srnghn, I will close this issue now, and if you can reproduce the build error, please open a new one. |
Soon! This really should have been included in 0.2.3 but that was an oversight, I guess. This will be in 0.3.0 which we're still finalizing, hence the delay. Sorry. |
Thanks @srnghn, perhaps temporarily use the patch if the error exists. |
Related to #109. Previously it warned
Returning an ndarray, but in the future this will raise a 'NotImplementedError'.
but now it returns the following error:Python: 3.7.2
Pandas: 1.0.3
AIF360: 0.2.3 (built from source)
To replicate:
The text was updated successfully, but these errors were encountered: