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

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


    from 3362db951b0 Update jupyter-client requirement from <8.0.3,>=6.1.11 to 
>=6.1.11,<8.0.4 in /sdks/python (#25726)
     add cc2a783bc6a XGBoost modelhandler implementation (#24965)

No new revisions were added by this update.

Summary of changes:
 .../apache_beam/examples/inference/README.md       |  67 ++++
 ...ification.py => xgboost_iris_classification.py} | 110 +++--
 .../apache_beam/ml/inference/xgboost_inference.py  | 334 ++++++++++++++++
 .../ml/inference/xgboost_inference_it_test.py      | 350 ++++++++++++++++
 .../ml/inference/xgboost_inference_test.py         | 443 +++++++++++++++++++++
 .../ml/inference/xgboost_tests_requirements.txt}   |   4 +-
 sdks/python/pytest.ini                             |   1 +
 sdks/python/test-suites/direct/common.gradle       |  31 +-
 sdks/python/tox.ini                                |  20 +
 9 files changed, 1316 insertions(+), 44 deletions(-)
 copy 
sdks/python/apache_beam/examples/inference/{sklearn_mnist_classification.py => 
xgboost_iris_classification.py} (51%)
 create mode 100644 sdks/python/apache_beam/ml/inference/xgboost_inference.py
 create mode 100644 
sdks/python/apache_beam/ml/inference/xgboost_inference_it_test.py
 create mode 100644 
sdks/python/apache_beam/ml/inference/xgboost_inference_test.py
 copy sdks/python/{.coveragerc => 
apache_beam/ml/inference/xgboost_tests_requirements.txt} (96%)

Reply via email to