File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ Changelog
19
19
:mod: `sklearn.cluster `
20
20
......................
21
21
22
- - |Fix | :class: `KMeans ` with ``algorithm="elkan" `` now uses the same stopping
23
- criterion as with the default ``algorithm="full" ``. :pr: `15930 ` by
22
+ - |Fix | :class: `cluster. KMeans ` with ``algorithm="elkan" `` now uses the same
23
+ stopping criterion as with the default ``algorithm="full" ``. :pr: `15930 ` by
24
24
:user: `inder128 `.
25
-
25
+
26
26
:mod: `sklearn.inspection `
27
27
.........................
28
28
@@ -51,7 +51,7 @@ Changelog
51
51
:mod: `sklearn.inspection `
52
52
.........................
53
53
54
- - |Fix | :func: `inspection.plot_partial_dependence ` and
54
+ - |Fix | :func: `inspection.plot_partial_dependence ` and
55
55
:meth: `inspection.PartialDependenceDisplay.plot ` now consistently checks
56
56
the number of axes passed in. :pr: `15760 ` by `Thomas Fan `_.
57
57
You can’t perform that action at this time.
0 commit comments