deepchecks / deepchecks

Deepchecks: Tests for Continuous Validation of ML Models & Data. Deepchecks is a holistic open-source solution for all of your AI & ML validation needs, enabling to thoroughly test your data and models from research to production.

Home Page:https://docs.deepchecks.com/stable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] cannot import name 'is_datetime_or_timedelta_dtype' from 'pandas.core.dtypes.common'

nipuns11 opened this issue · comments

Describe the bug
ImportError: cannot import name 'is_datetime_or_timedelta_dtype' from 'pandas.core.dtypes.common' (Python\Python311\Lib\site-packages\pandas\core\dtypes\common.py)

To Reproduce
Steps to reproduce the behavior:

  1. Go to cmd as administrator and run jupyter notebook
  2. Click on new notebook and open the notebook
  3. run the command from deepchecks.suites import full_suite
  4. See error

Expected behavior
Full suite results

Screenshots
image

Environment (please complete the following information):

  • OS: Windows 11 Enterprise
  • Python Version: 3.11.5
  • Deepchecks Version: 2.1.1 and 2.1.0 downgraded since stackoverflow recommended that

Additional context

commented

This bug was fixed in PR 7fd01a2#diff-5e6c11223747e1c08ee7d4820d0167d813ed9ca27e2d57504c11240e67e02eb4

A new release has to get out. Any idea when that will happen?