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 686fc3a commit 26a5dd7Copy full SHA for 26a5dd7
sklearn/decomposition/tests/test_pca.py
@@ -408,7 +408,6 @@ def test_probabilistic_pca_4():
408
for k in range(p):
409
ppca = assert_warns(DeprecationWarning, ProbabilisticPCA,
410
n_components=k)
411
- ppca = ProbabilisticPCA(n_components=k)
412
ppca.fit(Xl)
413
ll[k] = ppca.score(Xt).mean()
414
0 commit comments