yunfengzhou-hub opened a new pull request #61:
URL: https://github.com/apache/flink-ml/pull/61
## What is the purpose of the change
- Add document about Flink ML 2.0.0 operators and key concepts
## Brief change log
- Add API document for the following algorithms
- One Hot Encoder
- KNN
- Logistic Regression
- Naive Bayes
- Add "overview" page to introduce the basic concepts in Flink ML, which
includes
- Stage (Estimator, AlgoOperator, Transformer, Model)
- Builders (Pipeline, Model)
- Parameter
- Add introduction to Flink ML's unified iteration for batch / streaming and
its usage.
- Add Data Types page and include introduction to Flink ML Vector type.
## 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)
--
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]