8000 DOC Adds missing whats new in 1.0 (#20938) · scikit-learn/scikit-learn@cb72713 · GitHub
[go: up one dir, main page]

Skip to content

Commit cb72713

Browse files
authored
DOC Adds missing whats new in 1.0 (#20938)
* DOC Adds missing whats new in 1.0 * DOC Fixs wording
1 parent 9061ff9 commit cb72713

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/whats_new/v1.0.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,9 @@ Changelog
280280
installing on Windows and its default 260 character limit on file names.
281281
:pr:`20209` by `Thomas Fan`_.
282282

283+
- |Fix| :func:`datasets.fetch_kddcup99` returns dataframes when
284+
`return_X_y=True` and `as_frame=True`. :pr:`19011` by `Thomas Fan`_.
285+
283286
- |API| Deprecates :func:`datasets.load_boston` in 1.0 and it will be removed
284287
in 1.2. Alternative code snippets to load similar datasets are provided.
285288
Please report to the docstring of the function for details.
@@ -378,6 +381,11 @@ Changelog
378381
got overwritten during `fit`.
379382
:pr:`20534` by :user:`Guillaume Lemaitre <glemaitre>`.
380383

384+
- |API| Removes `tol=None` option in
385+
:class:`ensemble.HistGradientBoostingClassifier` and
386+
:class:`ensemble.HistGradientBoostingRegressor`. Please use `tol=0` for
387+
the same behavior. :pr:`19296` by `Thomas Fan`_.
388+
381389
:mod:`sklearn.feature_extraction`
382390
.................................
383391

@@ -805,6 +813,8 @@ Changelog
805813
for non-English characters. :pr:`18959` by :user:`Zero <Zeroto521>`
806814
and :user:`wstates <wstates>`.
807815

816+
- |Fix| Improves compatibility of :func:`tree.plot_tree` with high DPI screens.
817+
:pr:`20023` by `Thomas Fan`_.
808818

809819
:mod:`sklearn.feature_extraction`
810820
..................................

0 commit comments

Comments
 (0)
0