alteryx / featuretools

An open source python library for automated feature engineering
https://www.featuretools.com
BSD 3-Clause "New" or "Revised" License
7.28k stars 878 forks source link

Investigate and Resolve Warnings #2721

Open thehomebrewnerd opened 6 months ago

thehomebrewnerd commented 6 months ago

When running the full test suite over 1300 warnings are generated. Some of these warnings are future warnings and deprecation warnings that should be addressed before they become breaking changes. We should review all the warnings that are present during our tests and make updates to address as many of them as possible.