yunfengzhou-hub opened a new pull request #37:
URL: https://github.com/apache/flink-ml/pull/37


   ## What is the purpose of the change
   This PR adds the implementation of One-Hot Encoder to Flink ML. This 
algorithm is implemented in reference to that implemented in Alibaba Alink and 
Apache Spark, but it uses Flink ML's framework and Flink Datastream.
   
   ## Brief change log
   This PR adds public classes OneHotEncoder. Users can use OneHotEncoder to 
encode data into vectors according to the algorithm with the same name.
   
   ## Verifying this change
   The changes are tested by unit tests in OneHotEncoderTest.
   
   ## Does this pull request potentially affect one of the following parts:
   Dependencies (does it add or upgrade a dependency): (yes)
   The public API, i.e., is any changed class annotated with @Public(Evolving): 
(yes)
   
   ## Documentation
   Does this pull request introduce a new feature? (yes)
   If yes, how is the feature documented? (Java doc)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to