You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2015/03/31 17:44:53 UTC

[jira] [Created] (FLINK-1809) Add standard scaler to ML library

Till Rohrmann created FLINK-1809:
------------------------------------

             Summary: Add standard scaler to ML library
                 Key: FLINK-1809
                 URL: https://issues.apache.org/jira/browse/FLINK-1809
             Project: Flink
          Issue Type: Improvement
          Components: Machine Learning Library
            Reporter: Till Rohrmann


Many ML algorithms require the input data to have mean 0 and a variance 1 for each individual feature [1]. Therefore, a {{Transformer}} which achieves exactly that would be a valuable addition to the machine learning library.

Resources:
[1] [http://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.StandardScaler.html]



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)