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
[MNT] Isolate scikit-learn dependency with checks (#674)
`scikit-learn` is a soft dependency - this PR fully isolates
`scikit-learn` with dependency checks.
It is not removed from the core dependency set, even though the
dependency is entirely localized in the `CovarianceShrinkage` object,
since it seems to be called frequently from the rest of the code base.
0 commit comments