8000 added whatsnew with fixes to isotonic tie handling · scikit-learn/scikit-learn@0a85873 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a85873

Browse files
committed
added whatsnew with fixes to isotonic tie handling
1 parent 0382df2 commit 0a85873

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/whats_new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,9 @@ Bug fixes
324324
- Fixed a error in the computation of conditional probabilities in
325325
:class:`naive_bayes.BernoulliNB`. By `Hanna Wallach`_.
326326

327+
- Fixed handling of ties in :class:`isotonic.IsotonicRegression`.
328+
We now use the weighted average of targets (secondary method). By
329+
`Andreas Müller`_ and `Michael Bommarito <http://bommaritollc.com/>`_.
327330

328331
API changes summary
329332
-------------------

0 commit comments

Comments
 (0)
0