Carlos Ezequiel

Results 4 issues of Carlos Ezequiel

**Is your feature request related to a problem? Please describe.** Change split values from all caps to lower case. This makes file/directory naming more consistent with the split. **Describe the...

enhancement
good first issue

It would be good to add some check in case there are non-image files in an image directory. **Describe the solution you'd like** A simple filter would suffice, e.g. ```...

enhancement
good first issue

The custom tfx image would include a dev version of tfx-addons for integration testing using Vertex AI Pipelines. Example: ``` runner = tfx.orchestration.experimental.KubeflowV2DagRunner( config=tfx.orchestration.experimental.KubeflowV2DagRunnerConfig( default_image=_CUSTOM_TFX_IMAGE), output_filename=pipeline.json) ``` This was suggested...

Project: Idea

Fixes #78 Includes changes in PR #225 . This pull request contains bulk updates to the Predictions to BigQuery component. Changes: - Adds integration test (executor-only, local run and Vertex...

lgtm
needs-merge