@@ -280,6 +280,9 @@ Changelog
280
280
installing on Windows and its default 260 character limit on file names.
281
281
:pr: `20209 ` by `Thomas Fan `_.
282
282
283
+ - |Fix | :func: `datasets.fetch_kddcup99 ` returns dataframes when
284
+ `return_X_y=True ` and `as_frame=True `. :pr: `19011 ` by `Thomas Fan `_.
285
+
283
286
- |API | Deprecates :func: `datasets.load_boston ` in 1.0 and it will be removed
284
287
in 1.2. Alternative code snippets to load similar datasets are provided.
285
288
Please report to the docstring of the function for details.
@@ -378,6 +381,11 @@ Changelog
378
381
got overwritten during `fit `.
379
382
:pr: `20534 ` by :user: `Guillaume Lemaitre <glemaitre> `.
380
383
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
+
381
389
:mod: `sklearn.feature_extraction `
382
390
.................................
383
391
@@ -805,6 +813,8 @@ Changelog
805
813
for non-English characters. :pr: `18959 ` by :user: `Zero <Zeroto521> `
806
814
and :user: `wstates <wstates> `.
807
815
816
+ - |Fix | Improves compatibility of :func: `tree.plot_tree ` with high DPI screens.
817
+ :pr: `20023 ` by `Thomas Fan `_.
808
818
809
819
:mod: `sklearn.feature_extraction `
810
820
..................................
0 commit comments