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
At present, from sklearn.datasets import * is failing due to an error in its __all__ (see #2032). There should be a test to ensure that * can be imported from all modules/packages.
The text was updated successfully, but these errors were encountered:
Great. I was sure I'd be able to find this implemented elsewhere, but a 10 second search didn't turn up anything. It's nice to be introduced to pkgutil.walk_packages. Thanks!
At present,
from sklearn.datasets import *
is failing due to an error in its__all__
(see #2032). There should be a test to ensure that*
can be imported from all modules/packages.The text was updated successfully, but these errors were encountered: