Back to Scikit Learn

33272.Enhancement

doc/whats_new/upcoming_changes/changed-models/33272.enhancement.rst

1.8.0361 B
Original Source
  • The :meth:transform method of :class:preprocessing.PowerTransformer with method="yeo-johnson" now uses the numerical more stable function scipy.stats.yeojohnson instead of an own implementation. The results may deviate in numerical edge cases or within the precision of floating-point arithmetic. By :user:Christian Lorentzen <lorentzenchr>.