-
Notifications
You must be signed in to change notification settings - Fork 38
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 'pandas.core.algorithms' has no attribute 'quantile' #17
Comments
pandas version 1.4.2 |
same issue here, had to downgrade to pandas==1.3.5 to make it work |
Same issue here, downgrading works for me as well. |
Getting same error in May 23. |
Hi, you can fix that in this way |
No it doesn't despite what chatgpt recommends you do ;) |
Who said that comes from chatgpt? |
It is saying force_bins is not defined |
Thank you it helped me! |
thanks! this worked for me :) I use Pandas v1.5.1 |
Hi Sundar,
After running following code :
from xverse.transformer import MonotonicBinning
clf = MonotonicBinning()
clf.fit(X, y)
I am getting AttributeError: module 'pandas.core.algorithms' has no attribute 'quantile' error. Any help will be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: