You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/sources/CHANGELOG.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,11 @@ The CHANGELOG for the current development version is available at
16
16
17
17
##### New Features
18
18
19
-
- Adds a new function, `mlxtend.evaluate.bias_variance_decomp` that decomposes the loss of a regressor or classifier into bias and variance terms ([#470](https://github.com/rasbt/mlxtend/pull/470))
19
+
- Adds a new function, `mlxtend.evaluate.bias_variance_decomp` that decomposes the loss of a regressor or classifier into bias and variance terms. ([#470](https://github.com/rasbt/mlxtend/pull/470))
20
20
21
21
##### Changes
22
22
23
-
--
23
+
-Changed the default solver in `PrincipalComponentAnalysis` to `'svd'` instead of `'eigen'` to improve numerical stability. ([#474](https://github.com/rasbt/mlxtend/pull/474))
0 commit comments