Skip to main content

Apache Flink ML Python API

Project description

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.

Python Packaging

Prerequisites for building apache-flink-ml:

  • Unix-like environment (we use Linux, Mac OS X)
  • Python version(3.7 or 3.8) is required

Then go to the root directory of flink-ml-python source code and run this command to build the sdist package of apache-flink-ml:

cd flink-ml-python; python setup.py sdist;

The sdist package of apache-flink-ml will be found under ./flink-ml-python/dist/. It could be used for installation, such as:

python -m pip install dist/*.tar.gz

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

apache-flink-ml-2.3.0.tar.gz (3.4 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page