yunfengzhou-hub opened a new pull request #71:
URL: https://github.com/apache/flink-ml/pull/71
## What is the purpose of the change
This PR adds a framework to benchmark Flink ML algorithms.
## Brief change log
- Adds `flink-ml-benchmark` module to hold codes for executing benchmarks.
- Adds `Benchmark`, `BenchmarkResult` and `BenchmarkUtils` class as
benchmark's basic infrastructure.
- Adds `GeneratorParams`, `DataGenerator` and `GeneratorUtils` as
infrastructure to generate random test data for benchmarks.
- Adds `KMeansInputsGenerator`, `KMeansModelDataGenerator` and
`KMeansModelInputsGenerator` as an example implementation of the benchmark API.
- Adds `benchmark-example-conf.json` and `BenchmarkTest` to test
benchmark framework's correctness.
- Adds `flink-ml-dist` module to generate binary distribution of Flink ML's
source code.
- Adds `flink-ml-benchmark.sh` to provide CLI to run benchmark jobs.
- Updates `README.md` to record the usage of benchmark java/CLI interface.
## 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? (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]