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 52dc5db commit 9a6f05eCopy full SHA for 9a6f05e
doc/whats_new/v0.22.rst
@@ -142,6 +142,13 @@ Changelog
142
estimator's constructor but not stored as attributes on the instance.
143
:pr:`14464` by `Joel Nothman`_.
144
145
+:mod:`sklearn.inspection`
146
+.........................
147
+
148
+- |MajorFeature| :func:`inspection.permutation_importance` has been added to
149
+ measure the importance of each feature in an arbitrary trained model with
150
+ respect to a given scoring function. :issue:`13146` by `Thomas Fan`_.
151
152
:mod:`sklearn.linear_model`
153
...........................
154
0 commit comments