transferwise / hisel

Feature selection tool based on Hilbert-Schmidt Independence Criterion
Apache License 2.0
2 stars 0 forks source link

Dependencies - downgrade pandas to >=1.5.3 #32

Closed claudio-tw closed 1 year ago

claudio-tw commented 1 year ago

Context

If you use pandas>=2.0 with CatBoost, you'll find that fitting a model would raise

AttributeError: 'DataFrame' object has no attribute 'iteritems'

Therefore this PR relaxes the requirements on pandas and it downgrade it to 1.5.3. In this way, hisel and Catboost can run in the same environment.

Checklist