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
Inject safer test value for MeanShift.bandwidth in estimator checks (#21501)
This modify the test configuration so that it
makes sense for when a sole sample is provided
for MeanShift.
This test was passing previously for this
configuration but was not supposed to.
The new implementation strategy for kneighbors
which uses PairwiseDistancesArgKmin (see #21462)
is numerically stabler for this case,
motivating this modication.
Co-authored-by: Guillaume Lemaitre <[email protected]>
Co-authored-by: Jérémie du Boisberranger <[email protected]>
0 commit comments