flink-ml icon indicating copy to clipboard operation
flink-ml copied to clipboard

[FLINK-29011] Add Transformer for Binarizer

Open weibozhao opened this issue 3 years ago • 0 comments

What is the purpose of the change

Add Transformer of Binarizer in FlinkML.

Brief change log

  • Add Binarizer (Java & Python)
  • Add unit test for Binarizer (Java & Python)
  • Add example code for Binarizer (Java&Python)

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): (no) Does this pull request introduce a new feature? (no) If yes, how is the feature documented? (Java doc)

weibozhao avatar Aug 23 '22 04:08 weibozhao