-
Notifications
You must be signed in to change notification settings - Fork 90
[FLINK-29011] Add Transformer for Binarizer #146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
yunfengzhou-hub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. Left some comments as below.
flink-ml-lib/src/main/java/org/apache/flink/ml/feature/binarizer/BinarizerParams.java
Outdated
Show resolved
Hide resolved
flink-ml-lib/src/main/java/org/apache/flink/ml/feature/binarizer/Binarizer.java
Show resolved
Hide resolved
flink-ml-lib/src/test/java/org/apache/flink/ml/feature/BinarizerTest.java
Outdated
Show resolved
Hide resolved
flink-ml-lib/src/test/java/org/apache/flink/ml/feature/BinarizerTest.java
Outdated
Show resolved
Hide resolved
flink-ml-examples/src/main/java/org/apache/flink/ml/examples/feature/BinarizerExample.java
Outdated
Show resolved
Hide resolved
flink-ml-examples/src/main/java/org/apache/flink/ml/examples/feature/BinarizerExample.java
Outdated
Show resolved
Hide resolved
flink-ml-examples/src/main/java/org/apache/flink/ml/examples/feature/BinarizerExample.java
Show resolved
Hide resolved
yunfengzhou-hub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update. Left some comments as below.
flink-ml-lib/src/test/java/org/apache/flink/ml/feature/BinarizerTest.java
Outdated
Show resolved
Hide resolved
41cd102 to
29d17c7
Compare
yunfengzhou-hub
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update. It LGTM.
zhipeng93
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. LGTM overall. Left two comments below.
flink-ml-lib/src/main/java/org/apache/flink/ml/feature/binarizer/Binarizer.java
Show resolved
Hide resolved
f7e4916 to
2fc9f28
Compare
d511d75 to
eba7c26
Compare
|
Thanks for the update. LGTM. |
What is the purpose of the change
Add Transformer of Binarizer in FlinkML.
Brief change log
Does this pull request potentially affect one of the following parts:
Dependencies (does it add or upgrade a dependency): (no)
The public API, i.e., is any changed class annotated with @public(Evolving): (yes)
Does this pull request introduce a new feature? (yes)
If yes, how is the feature documented? (Java doc)