Skip to content

Commit f1ec430

Browse files
dkirkbyraghavrv
authored andcommitted
Fix docstring typo (scikit-learn#7844) n_features --> n_components
1 parent c56925a commit f1ec430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/mixture/gaussian_mixture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def _estimate_gaussian_parameters(X, resp, reg_covar, covariance_type):
255255
X : array-like, shape (n_samples, n_features)
256256
The input data array.
257257
258-
resp : array-like, shape (n_samples, n_features)
258+
resp : array-like, shape (n_samples, n_components)
259259
The responsibilities for each data sample in X.
260260
261261
reg_covar : float

0 commit comments

Comments
 (0)