Skip to content

Commit 40942a7

Browse files
committed
small update
1 parent a0725a5 commit 40942a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ml-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ scaledData = scalerModel.transform(dataFrame)
913913
* `min`: 0.0 by default. Lower bound after transformation, shared by all features.
914914
* `max`: 1.0 by default. Upper bound after transformation, shared by all features.
915915

916-
`MinMaxScaler` is a `Model` which can be `fit` on a dataset to produce a `MinMaxScalerModel`; this amounts to computing summary statistics. The model can then transform each feature individually such that it is in the given range.
916+
`MinMaxScaler` computes summary statistics on a data set and produces a `MinMaxScalerModel`. The model can then transform each feature individually such that it is in the given range.
917917

918918
The rescaled value for a feature E is calculated as,
919919

0 commit comments

Comments
 (0)