ImportError: cannot import name 'DiversityScore' from 'featuretools.primitives' with latest pandas and featuretools
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 850
- Forks
- 96
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
```
!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.**
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.