Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optional components should emit warnings when dependencies are absent #118

Open
mfansler opened this issue Nov 6, 2024 · 1 comment
Open

Comments

@mfansler
Copy link

mfansler commented Nov 6, 2024

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.

@arturdaraujo
Copy link

@AutoViML

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants