Jérémie du Boisberranger
Jérémie du Boisberranger
Fixes #135.
Proposal for an API for callbacks in scikit-learn. The corresponding implementation is being worked in https://github.com/scikit-learn/scikit-learn/pull/27663.
@scikit-learn/core-devs are you still ok to repurpose this repo (inactive since 2013) to host results from regular runs of the new asv benchmark suite as discussed in a previous core...
Closes https://github.com/scikit-learn/scikit-learn/issues/29360
Hi, I'm trying to leverage #4577 in a project (scikit-learn) that has a mix of OpenMP and OpenBLAS built with the pthreads threading layer to make OpenBLAS use the OpenMP...
Changes to `.rst.template` files can't be directly checked in the check rendered doc action because the link doesn't lead to an existing page.
removed deprecated `metric=None`. I'm not sure what we want to do with the deprecated directive in the docstring. I changed it to a `versionchanged`. Should we just remove the directive...
removed deprecated (renamed) `kdtree` and `balltree` algorithm options.
Changed default value of n_components from None to "auto" in NMF and related estimators/functions
removed `max_iter=None` from MiniBatchDictionaryLearning and related estimators/functions