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 f677630 commit e2857b9Copy full SHA for e2857b9
sklearn/decomposition/fastica_.py
@@ -196,8 +196,8 @@ def my_g(x):
196
If True, X_mean is returned too.
197
198
compute_sources : bool, optional
199
- If False, sources are not computes but only the rotation matrix. This
200
- can save memory when working with big data. Defaults to True.
+ If False, sources are not computed, but only the rotation matrix.
+ This can save memory when working with big data. Defaults to True.
201
202
Returns
203
-------
0 commit comments