File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ def my_g(x):
214
214
fun_args : dict, default=None
215
215
Arguments to send to the functional form.
216
216
If empty or None and if fun='logcosh', fun_args will take value
217
- {'alpha' : 1.0}
217
+ {'alpha' : 1.0}.
218
218
219
219
max_iter : int, default=200
220
220
Maximum number of iterations to perform.
@@ -256,7 +256,7 @@ def my_g(x):
256
256
if K is not None, else it is the inverse of W.
257
257
258
258
S : ndarray of shape (n_samples, n_components) or None
259
- Estimated source matrix
259
+ Estimated source matrix.
260
260
261
261
X_mean : ndarray of shape (n_features,)
262
262
The mean over features. Returned only if return_X_mean is True.
Original file line number Diff line number Diff line change 23
23
"sklearn.datasets._svmlight_format_io.load_svmlight_files" ,
24
24
"sklearn.decomposition._dict_learning.dict_learning" ,
25
25
"sklearn.decomposition._dict_learning.dict_learning_online" ,
26
- "sklearn.decomposition._fastica.fastica" ,
27
26
"sklearn.decomposition._nmf.non_negative_factorization" ,
28
27
"sklearn.externals._packaging.version.parse" ,
29
28
"sklearn.feature_extraction.image.extract_patches_2d" ,
You can’t perform that action at this time.
0 commit comments