File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,6 @@ Metadata Routing
34
34
Changelog
35
35
---------
36
36
37
- :mod: `sklearn.inspection `
38
- .........................
39
-
40
- - |Fix | :func: `DecisionBoundaryDisplay.from_estimator ` no longer warns about
41
- missing feature names when provided a `polars.DataFrame `.
42
- :pr: `28718 ` by :user: `Patrick Wang <patrickkwang> `.
43
-
44
37
:mod: `sklearn.metrics `
45
38
......................
46
39
Original file line number Diff line number Diff line change @@ -220,6 +220,13 @@ Changelog
220
220
by passing a function in place of a strategy name.
221
221
:pr: `28053 ` by :user: `Mark Elliot <mark-thm> `.
222
222
223
+ :mod: `sklearn.inspection `
224
+ .........................
225
+
226
+ - |Fix | :func: `DecisionBoundaryDisplay.from_estimator ` no longer warns about
227
+ missing feature names when provided a `polars.DataFrame `.
228
+ :pr: `28718 ` by :user: `Patrick Wang <patrickkwang> `.
229
+
223
230
:mod: `sklearn.linear_model `
224
231
...........................
225
232
You can’t perform that action at this time.
0 commit comments