[GitHub] flink pull request #3625: [FLINK-5785] Add an Imputer for preparing data

2017-03-30 Thread p4nna
Github user p4nna closed the pull request at: https://github.com/apache/flink/pull/3625 --- 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

[GitHub] flink pull request #3625: [FLINK-5785] Add an Imputer for preparing data

2017-03-27 Thread p4nna
GitHub user p4nna opened a pull request: https://github.com/apache/flink/pull/3625 [FLINK-5785] Add an Imputer for preparing data Provides an Imputer for sparse DataSets of Vectors. Adds missing values with the mean, median or most frequent value of each vector resp. dimension