scikit-learn 1.1.2 is out on pypi.org and conda-forge!
This is a small maintenance release that fixes a couple of regressions:
https://scikit-learn.org/dev/whats_new/v1.1.html#version-1-1-2
You can upgrade with pip as usual:
pip install -U scikit-learn
The conda-forge builds will be available s
Hi Team,
I was looking for an implementation of the Maximal Marginal Relevance (MMR)
function in the sklearn metrics module. But I am not able to find it. Can
you please confirm if there are no predefined functions for MMR in sklearn
library.
If so can this be contributed to the sklearn library a