Skip to content

Commit

Permalink
remove TODO:
Browse files Browse the repository at this point in the history
  • Loading branch information
techaddict committed Nov 9, 2016
1 parent a9483ef commit 89e6858
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ class StandardScalerModel private[ml] (
transformSchema(dataset.schema, logging = true)
val scaler = new feature.StandardScalerModel(std, mean, $(withStd), $(withMean))

// TODO: Make the transformer natively in ml framework to avoid extra conversion.
val transformer: Vector => Vector = v =>
transform(scaler.mean, v)

Expand Down

0 comments on commit 89e6858

Please sign in to comment.