Awesome
Repro Lab Sample Pipelines
Two simple sample pipelines are introduced on this repo with both KFP SDK and TFX SDK.
KFP SDK
<img src="kfp/dataflow.png" height=600>Penguin classification pipeline with KFP SDK. To try to run this pipeline, check this document.
TFX SDK
- TBD
Future Work
KFP SDK
- Add unit test
- Migrate from
GCSPath
intoArtifact
- Pipeline E2E test
- Add Pusher component
TFX SDK
- Add sample example pipeline 😃