8000
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 04b103f commit 75e895eCopy full SHA for 75e895e
sklearn/preprocessing/data.py
@@ -319,7 +319,8 @@ class StandardScaler(BaseEstimator, TransformerMixin):
319
The mean value for each feature in the training set.
320
321
std_ : array of floats with shape [n_features]
322
- The standard deviation for each feature in the training set.
+ The standard deviation for each feature in the training set.
323
+ Set to one if the standard deviation is zero for a given feature.
324
325
See also
326
--------
0 commit comments