You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2022/06/10 18:17:18 UTC

[beam] branch master updated (913c81e3f35 -> 997623d9212)

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

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


    from 913c81e3f35 [BEAM-14535] Added support for pandas in sklearn inference runner (#17800)
     add 997623d9212 Merge ModelLoader and InferenceRunner into same class. (#21795)

No new revisions were added by this update.

Summary of changes:
 sdks/python/apache_beam/ml/inference/api.py        |   2 +-
 sdks/python/apache_beam/ml/inference/base.py       |  49 ++++------
 sdks/python/apache_beam/ml/inference/base_test.py  |  46 +++-------
 .../apache_beam/ml/inference/pytorch_inference.py  | 101 +++++++++------------
 .../ml/inference/pytorch_inference_test.py         |  42 +++++----
 .../apache_beam/ml/inference/sklearn_inference.py  |  75 +++++++--------
 .../ml/inference/sklearn_inference_test.py         |  21 ++---
 7 files changed, 146 insertions(+), 190 deletions(-)