[ 
https://issues.apache.org/jira/browse/FLINK-5785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15943184#comment-15943184
 ] 

Chesnay Schepler commented on FLINK-5785:
-----------------------------------------

[~beera] You've opened the PR against your own fork of flink, and not the 
original apache one. Please close the PR and follow the steps below:

Go to https://github.com/p4nna/flink , there is a drop-down list where you can 
select the branch you want to merge. Select the ml-Imputer-edits branch, this 
should lead you to https://github.com/p4nna/flink/tree/ml-Imputer-edits.

Directly next to the drop-down list you should see a "New pull request" button. 
Push that thing.

In the next page, which should be titled "Comparing changes", make sure that 
"base fork" = "apache/flink", "base" = "master", "head fork" = "p4nna/flink" 
and "compare" = "ml-Imputer-edits".
The page should then look like this: 
https://github.com/apache/flink/compare/master...p4nna:ml-Imputer-edits?expand=1

>From here on out you should know the way, please ping me if anything doesn't 
>work as described.

> Add an Imputer for preparing data
> ---------------------------------
>
>                 Key: FLINK-5785
>                 URL: https://issues.apache.org/jira/browse/FLINK-5785
>             Project: Flink
>          Issue Type: New Feature
>          Components: Machine Learning Library
>            Reporter: Stavros Kontopoulos
>            Assignee: Stavros Kontopoulos
>
> We need to add an Imputer as described in [1].
> "The Imputer class provides basic strategies for imputing missing values, 
> either using the mean, the median or the most frequent value of the row or 
> column in which the missing values are located. This class also allows for 
> different missing values encodings."
> References
> 1. http://scikit-learn.org/stable/modules/preprocessing.html#preprocessing
> 2. 
> http://scikit-learn.org/stable/auto_examples/missing_values.html#sphx-glr-auto-examples-missing-values-py



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to