alteryx / alteryx/evalml

ImportError: cannot import name 'DiversityScore' from 'featuretools.primitives' with latest pandas and featuretools

Open
#4,468 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
850
Forks
96
PR merge metrics
No merged PRs in 30d

Description

```
!pip uninstall pandas -y
!pip uninstall xarray -y
!pip install pandas==2.2.2
!pip install scikit-learn>=1.5
!pip install xarray==2023.1.0
! pip install evalml
```
### Expected Behavior

**EvalML should document compatible dependency versions for pandas 2.x users.**

### Actual Behavior

**Without the above version pinning, importing EvalML can fail on the latest dependency releases.**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.