You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2022/06/15 21:37:56 UTC

[beam] branch master updated (ba647a05daf -> a06a13d1638)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


    from ba647a05daf Merge pull request #17604 from [BEAM-14315] Match updated files continuously
     add a06a13d1638 Merge pull request #21781 from Sklearn Mnist example and IT test

No new revisions were added by this update.

Summary of changes:
 .../inference/sklearn_mnist_classification.py      | 112 +++++++++++++++++++++
 .../ml/inference/sklearn_inference_it_test.py      |  76 ++++++++++++++
 sdks/python/pytest.ini                             |   1 +
 sdks/python/test-suites/direct/common.gradle       |  28 +++++-
 4 files changed, 214 insertions(+), 3 deletions(-)
 create mode 100644 sdks/python/apache_beam/examples/inference/sklearn_mnist_classification.py
 create mode 100644 sdks/python/apache_beam/ml/inference/sklearn_inference_it_test.py