8000 updating changelog · scikit-learn/scikit-learn@4c83047 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c83047

Browse files
committed
updating changelog
1 parent 4dd1bc9 commit 4c83047

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/whats_new/v1.3.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ Changelog
3636
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
3737
where 123456 is the *pull request* number, not the issue number.
3838
39+
:mod:`sklearn.inspection`
40+
.......................
41+
- |Enhancement| Added support for `sample_weight` in
42+
:func:`inspection.partial_dependence`. This allows for weighted averaging when
43+
aggregating for each value of the grid we are making the inspection on. The
44+
option is only available when `method` is set to `brute`. :pr:`25093`
45+
by :user:`Carlo Lemos <vitaliset>`.
46+
3947
:mod:`sklearn.pipeline`
4048
.......................
4149
- |Feature| :class:`pipeline.FeatureUnion` can now use indexing notation (e.g.

0 commit comments

Comments
 (0)
0