-
Notifications
You must be signed in to change notification settings - Fork 981
CUML is broken on latest Kaggle environment (e.g. May 2024) #1392
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
thanks for reporting this! was able to reproduce on a new notebook, will report back once i have a lead on what's causing the issue. |
Doing
Maybe there are more/other packages broken (and causing the cuML error)? |
most definitely there are more package that are broken, in part due our current tf2.15 and keras 3 setup as more package want tf2.16. We're still waiting for an newer base image for that upgrade. i did notice that downgrading panda or upgrading rapid may help, will need to investigate if these break other important packages: https://www.kaggle.com/discussions/product-feedback/503237 |
small update: we able to get latest v24 of rapids install in our image but it's incompatible with our p100 gpus due to being outdated: https://docs.rapids.ai/notices/rsn0034/ were still exploring ways to get a working version of rapids that works in all gpus types, thanks for your patients |
Definitely appreciate your work on this. Thank you! |
Looks like we got a fix going, we're hoping to get a new release this week! |
hurray! i might win this competition yet! |
we released a fix for this last week, will close this out. |
Repro:
Add import statement for cuml to a notebook:
import cuml
Error (short summary):
ImportError Traceback (most recent call last)
Cell In[1], line 1
----> 1 import cuml
…
ImportError: cannot import name 'is_datetime64tz_dtype' from 'pandas.core.tools.datetimes' (/opt/conda/lib/python3.10/site-packages/pandas/core/tools/datetimes.py)
Repro notebook:
https://www.kaggle.com/code/datancoffee/repro-cuml-does-not-import-on-latest-kaggle/
Other similar bugs:
https://www.kaggle.com/discussions/product-feedback/481085
The text was updated successfully, but these errors were encountered: