Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5996d43 commit c752837Copy full SHA for c752837
sklearn/decomposition/tests/test_incremental_pca.py
@@ -139,7 +139,7 @@ def test_incremental_pca_validation():
139
):
140
IncrementalPCA(n_components, batch_size=10).fit(X)
141
142
- # Tests that n_components is also <= n_samples in first call to partial fit
+ # Test that n_components is also <= n_samples in first call to partial fit.
143
n_components = 3
144
with pytest.raises(
145
ValueError,
0 commit comments