# flink-ml
**Repository Path**: gileyang/flink-ml
## Basic Information
- **Project Name**: flink-ml
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-01-17
- **Last Updated**: 2022-01-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
Flink ML is a library which provides machine learning (ML) APIs and infrastructures that simplify the building of ML pipelines. Users can implement ML algorithms with the standard ML APIs and further use these infrastructures to build ML pipelines for both training and inference jobs.
Flink ML is developed under the umbrella of [Apache Flink](https://flink.apache.org/).
## Building the Project
Run the `mvn clean package` command.
Then you will find a JAR file that contains your application, plus any libraries that you may have added as dependencies to the application: `target/-.jar`.
## Contributing
You can learn more about how to contribute in the [Apache Flink website](https://flink.apache.org/contributing/how-to-contribute.html). For code contributions, please read carefully the [Contributing Code](https://flink.apache.org/contributing/contribute-code.html) section for an overview of ongoing community work.
## License
The code in this repository is licensed under the [Apache Software License 2](LICENSE).