[scikit-learn] [ANN] scikit-learn 1.1.2 is online!

2022-08-05 Thread Guillaume LemaƮtre
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

[scikit-learn] Scikit-learn metrics - Maximal Marginal Relevance

2022-08-05 Thread praveen thenraj
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