8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd1bc9 commit 4c83047Copy full SHA for 4c83047
doc/whats_new/v1.3.rst
@@ -36,6 +36,14 @@ Changelog
36
:pr:`123456` by :user:`Joe Bloggs <joeongithub>`.
37
where 123456 is the *pull request* number, not the issue number.
38
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
+
47
:mod:`sklearn.pipeline`
48
.......................
49
- |Feature| :class:`pipeline.FeatureUnion` can now use indexing notation (e.g.
0 commit comments