GitHub user fobeligi opened a pull request:
https://github.com/apache/flink/pull/798
[Flink 1844] Add Normaliser to ML library
Adds a MinMaxScaler to the ML preprocessing package. MinMax scaler scales
the values to a user-specified range.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fobeligi/incubator-flink FLINK-1844
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/798.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #798
----
commit 802b9da07a2c3f7c055b4c024aaecbbe647db1cd
Author: fobeligi <[email protected]>
Date: 2015-06-05T21:12:43Z
[FLINK-1844] Add MinMaxScaler implementation in the proprocessing package,
test for the for the corresponding functionality and documentation.
commit e639185108f9bda253e296bae4c6c4269a30d1d0
Author: fobeligi <[email protected]>
Date: 2015-06-05T22:12:33Z
[FLINK-1844] Change second test to use LabeledVectors instead of Vectors
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---