This is an automated email from the ASF dual-hosted git repository.
anandinguva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
from 45ea758b615 [yaml] yaml_transform.py unit tests python - PR 3/3
(#27356)
add 48da8720a42 Add MLTransform IT test (#27620)
No new revisions were added by this update.
Summary of changes:
.../apache_beam/examples/ml_transform}/__init__.py | 0
.../examples/ml_transform/ml_transform_basic.py | 1 -
.../examples/ml_transform/ml_transform_it_test.py | 106 ++++++++++++
.../ml_transform/vocab_tfidf_processing.py | 190 +++++++++++++++++++++
.../benchmarks/cloudml/cloudml_benchmark_test.py | 1 -
5 files changed, 296 insertions(+), 2 deletions(-)
copy {examples/notebooks/notebook_test_scripts =>
sdks/python/apache_beam/examples/ml_transform}/__init__.py (100%)
create mode 100644
sdks/python/apache_beam/examples/ml_transform/ml_transform_it_test.py
create mode 100644
sdks/python/apache_beam/examples/ml_transform/vocab_tfidf_processing.py