-
Notifications
You must be signed in to change notification settings - Fork 170
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
AttributeError: module 'ppscore' has no attribute 'predictors' #45
Comments
That seems odd. |
it is version 0.0.2 |
Please upgrade to the latest version which is 1.1.1. |
Unfortunately, I have upgraded but still has the same problem. Successfully uninstalled ppscore-0.0.2 AttributeError: module 'ppscore' has no attribute 'predictors' |
This seems odd. |
I faced to it. The reason is that I named file ppscore.py. You can check it. I also use version 1.1.1 |
I am running the following line with all numerical dataset.
pps.predictors(df, "organic")
And, it throws the following error.
AttributeError: module 'ppscore' has no attribute 'predictors'
pps.matrix(df) runs fine.
The text was updated successfully, but these errors were encountered: