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
Don't import pkg_resources unless we need to parse dev version numbers.
pkg_resources can be very slow to import, although this depends on the
details of the python setup. On my machine, this PR speeds up `import
sklearn` (with no dev versions of anything other than sklearn installed)
by ~33%, from ~550ms to ~360ms.
0 commit comments