Page MenuHomeSolus

Updated scikit-learn to 0.21.2
ClosedPublic

Authored by maverick1 on Jul 2 2019, 11:52 AM.
Tags
None
Referenced Files
F11070221: D6654.diff
Fri, Aug 11, 11:59 PM
F11010238: D6654.diff
Thu, Aug 3, 12:39 AM
F10996653: D6654.id15941.diff
Wed, Jul 26, 9:01 PM
F10996652: D6654.id.diff
Wed, Jul 26, 9:01 PM
F10991858: D6654.diff
Tue, Jul 25, 3:44 AM
F10878115: D6654.diff
Jun 21 2023, 3:28 AM
F10848156: D6654.id15941.diff
Jun 11 2023, 1:42 PM
F10844000: D6654.id15956.diff
Jun 10 2023, 7:50 PM
Subscribers

Details

Summary

Updated scikit-learn to 0.21.

Changes:

  • Fixed a bug in cross_decomposition.CCA improving numerical stability when Y is close to zero
  • Fixed a bug in metrics.pairwise.euclidean_distances where a part of the distance matrix was left un-instanciated for suffiently large float32 datasets (regression introduced in 0.21).
  • Fixed a bug in preprocessing.OneHotEncoder where the new drop parameter was not reflected in get_feature_names.
  • Fixed an issue with plot_tree where it display entropy calculations even for gini criterion in DecisionTreeClassifiers
  • Fixed a bug where min_max_axis would fail on 32-bit systems for certain large inputs. This affects preprocessing.MaxAbsScaler, preprocessing.normalize and preprocessing.LabelBinarizer.
Test Plan

Ran examples codes from the website and plotted in matplotlib

Diff Detail

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

Event Timeline

JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl added a subscriber: JoshStrobl.

LGTM, thanks!

This revision is now accepted and ready to land.Jul 2 2019, 5:12 PM
This revision was automatically updated to reflect the committed changes.

@JoshStrobl why did you remove .2 of the summary?

@JoshStrobl why did you remove .2 of the summary?

Accidental when I went to cleanup the lack of newlines.