Skip to content

Commit a61f61a

Browse files
committed
change default solver of PCA to svd
1 parent 93dee32 commit a61f61a

File tree

3 files changed

+156
-32
lines changed

3 files changed

+156
-32
lines changed

docs/sources/CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ The CHANGELOG for the current development version is available at
1616

1717
##### New Features
1818

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))
2020

2121
##### Changes
2222

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))
2424

2525
##### Bug Fixes
2626

0 commit comments

Comments
 (0)