You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both dask and tensorflow are conditionally loaded, implying they are intended for optional functionality. However, the current implementation raises exceptions when they are absent, which leads even the most basic tests to fail (e.g., checking import featurewiz).
It would be better to instead emit warnings if they really are considered to be optional; otherwise, they should be proper requirements.
The text was updated successfully, but these errors were encountered:
Both
dask
andtensorflow
are conditionally loaded, implying they are intended for optional functionality. However, the current implementation raises exceptions when they are absent, which leads even the most basic tests to fail (e.g., checkingimport featurewiz
).It would be better to instead emit warnings if they really are considered to be optional; otherwise, they should be proper requirements.
The text was updated successfully, but these errors were encountered: