tfx
tfx copied to clipboard
TFX is an end-to-end platform for deploying production ML pipelines
Due to the deprecation of TF contrib ops, any SavedModel produced using contrib ops (or indirectly using for example, tf.Transform ops that used tf.contrib ops underneath the hood such as...
Add `LatestVersion`, a `ResolverOp` that pulls the artifact with the latest version.
E2E Penguin test for Kubeflow V2 (Vertex)
As the API doc for `FileBasedExampleGen` is missing, fixing the broken link in the last section of `examplegen` guide with the implementation code of `FileBasedExampleGen`
Fixing the broken link in this [section](https://www.tensorflow.org/tfx/tutorials/tfx/gcp/vertex_pipelines_bq#:~:text=to%20publish%20the%20trained%20model%20to%20BigQuery.) with the correct URL.
### Reference issue: [#5040 ](https://github.com/tensorflow/tfx/issues/5040) Since zip returns a lazy iterable, some rows of data will be lost with the current implementation of beam pipeline in PrestoExampleGen. 
Include update times in node_run_state_history (Programmatic API)
(This issue follows #950 and is more focused) The following code does not work on windows: ```python @component def test_component(): print('hi from test component') def main(): pipe = Pipeline( pipeline_name='test-pipe',...
Add garbage collection policies to the DSL and IR