[GitHub] flink pull request #3631: Imputer

2017-03-28 Thread p4nna
GitHub user p4nna opened a pull request: https://github.com/apache/flink/pull/3631 Imputer Provides an imputer method which adds missing values to a sparse DataSet of vectors. Those can be filled with the mean, the median or the most frequent value of each row or optionally

[GitHub] flink issue #3620: [FLINK-5785] Add an Imputer for preparing data

2017-03-27 Thread p4nna
Github user p4nna commented on the issue: https://github.com/apache/flink/pull/3620 What does that mean and how could I fix it? --- 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

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

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

[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

[GitHub] flink pull request #3631: [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/3631 --- 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

[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

[GitHub] flink pull request #3620: [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/3620 [FLINK-5785] Add an Imputer for preparing data Provides an imputer method which adds missing values to a sparse DataSet of vectors. Those can be filled with the mean, the median or the most frequent

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

2017-03-31 Thread p4nna
GitHub user p4nna opened a pull request: https://github.com/apache/flink/pull/3659 [FLINK-5785] Add an Imputer for preparing data Adds an imputer class including tests which is able to impute values into sparse DataSets of Vectors. One can choose if the median, the mean or the most