tfx
tfx copied to clipboard
TFX is an end-to-end platform for deploying production ML pipelines
https://github.com/tensorflow/tfx/tree/master/tfx/components/trainer/rewriting Any plan to move it out as a dedicated component? Similar like Pusher.
I am using TFX on Kubeflow. I have written a custom component that does some work. I want that library (defining the custom_component) to be available on the Dataflow runner....
Add 'tfma_eval' model_type in model_specs to replace the hard-coded estimator model with signature='eval' pattern.
I'm requesting constructs to facilitate the **composition of sub-pipelines**. This would enable platform owners using TFX to provide predefined sub-pipeline "recipes" that users can then piece together—passing relevant artifact references...
Got the following error while running the codes in Colab and reaching this section (second to last section) **Make REST requests Newest version of the servable** **Cell**: `# docs_infra: no_execute...
User migration to native sequence example support for Transform.
Run the tfx taxi pipeline, in the trainer component when I submit job to the AI platform, this job failed with the error "ValueError: Expect custom_config to be a dict...
fix a bug in API UpdatePipeline
This is a real ease-of-use killer, especially for new users (and those of us who don't install new versions often). Consider this page: `https://www.tensorflow.org/tfx/tutorials/tfx/components#export_to_pipeline` It makes no reference that you...