yunfengzhou-hub commented on code in PR #115: URL: https://github.com/apache/flink-ml/pull/115#discussion_r905850369
########## docs/content/docs/try-flink-ml/quick-start.md: ########## @@ -27,213 +27,64 @@ under the License. # Quick Start This document provides a quick introduction to using Flink ML. Readers of this -document will be guided to create a simple Flink job that trains a Machine +document will be guided to submit a simple Flink job that trains a Machine Learning Model and use it to provide prediction service. -## Maven Setup +## Prerequisite -In order to use Flink ML in a Maven project, add the following dependencies to -`pom.xml`. +Please make sure you have installed Flink 1.15.0 in your local environment and Review Comment: I think flink-ml-benchmark/README.md is a good example. I'll modify the document as the README describes. -- 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]
