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
The increment is quite small in absolute value but quite consistent so it could be worth investigating what could have caused it (between ab7e3d1 and b397b8f).
The text was updated successfully, but these errors were encountered:
The lockfiles were updated but I doubt this is what caused this.
There was also the change by @jeremiedbb to introduce IntNotReal for parameter validation. However it isn't used directly in KMeans. Do you think it is worth investigating this aspect further Jeremie?
A profiling is necessary, but I strongly suspect that it comes from #25864 which added validation on gen_batches used many times in euclidean_distances on float32. This is another motivation for #25815
https://scikit-learn.org/scikit-learn-benchmarks/#cluster.KMeansBenchmark.time_transform?p-representation='dense'&p-algorithm='elkan'&p-init='k-means%2B%2B'&commits=ab7e3d19-b397b8f2
The increment is quite small in absolute value but quite consistent so it could be worth investigating what could have caused it (between ab7e3d1 and b397b8f).
The text was updated successfully, but these errors were encountered: