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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major Features and Improvements
Added statistics/generators/mutual_information.py. It estimates AMI using a
knn estimation. It differs from sklearn_mutual_information.py in that this
supports multivalent features/labels (by encoding) and multivariate
features/labels. The plan is to deprecate sklearn_mutual_information.py in
the future.
Fixed NonStreamingCustomStatsGenerator to respect max_batches_per_partition.
Bug Fixes and Other Changes
Depends on 'scikit-learn>=0.23,<0.24' ("mutual-information" extra only)
Depends on 'scipy>=1.5,<2' ("mutual-information" extra only)