Skip to content

Commit 11b385b

Browse files
committed
What's new addition and fixes
1 parent 9f29a92 commit 11b385b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/whats_new.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,17 @@ Bug fixes
367367
with ``scale=True``. :issue:`7819` by :user:`jayzed82 <jayzed82>`.
368368

369369
- Fixed oob_score in :class:`ensemble.BaggingClassifier`.
370-
:issue:`#8936` by :user:`mlewis1729 <mlewis1729>`
370+
:issue:`8936` by :user:`mlewis1729 <mlewis1729>`
371371

372372
- Add ``shuffle`` parameter to :func:`model_selection.train_test_split`.
373-
:issue:`#8845` by :user:`themrmax <themrmax>`
373+
:issue:`8845` by :user:`themrmax <themrmax>`
374374

375375
- Fix AIC/BIC criterion computation in :class:`linear_model.LassoLarsIC`
376376
by `Alexandre Gramfort`_ and :user:`Mehmet Basbug <mehmetbasbug>`.
377377

378+
- Fix bug where stratified CV splitters did not work with
379+
:class:`linear_model.LassoCV`. :issue:`8973` by `Paulo Haddad <paulochf>`.
380+
378381
API changes summary
379382
-------------------
380383

0 commit comments

Comments
 (0)