Page MenuHomeSolus

Update scikit-learn to 0.21.1 and drop python2 support
ClosedPublic

Authored by maverick1 on May 18 2019, 6:39 AM.
Tags
None
Referenced Files
F11070235: D6316.diff
Sat, Aug 12, 12:00 AM
F11012640: D6316.diff
Fri, Aug 4, 5:37 AM
F10868873: D6316.id15353.diff
Jun 18 2023, 12:57 AM
F10858379: D6316.id15214.diff
Jun 15 2023, 3:01 PM
F10856387: D6316.diff
Jun 14 2023, 9:01 PM
F10856143: D6316.diff
Jun 14 2023, 8:23 PM
F10699182: D6316.id.diff
Apr 25 2023, 8:28 PM
Subscribers

Details

Summary

Update scikit-learn to 0.21.1 and and drop python2 support
Changes

  • Fixed a bug in metrics.pairwise_distances where it would raise AttributeError for boolean metrics when X had a boolean dtype and Y == None.
  • Fixed two bugs in metrics.pairwise_distances when n_jobs > 1.
  • Fixed a bug in neighbors.KernelDensity which could not be restored from a pickle if sample_weight had been used.
  • Fixed a bug where cluster.Birch could occasionally raise an AttributeError.
  • Fixed a bug in cluster.KMeans where empty clusters weren’t correctly relocated when using sample weights.
  • Added support for 64-bit group IDs and pointers in SVMLight files.
Test Plan

Installed scikit-learn and trained some models.

Diff Detail

Repository
R2855 scikit-learn
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

maverick1 retitled this revision from Update scikit-learn to 0.21.1 to Update scikit-learn to 0.21.1 and drop python2 support.May 18 2019, 6:40 AM
maverick1 edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.May 20 2019, 10:59 PM
This revision was automatically updated to reflect the committed changes.