Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove super pipeline references #11

Merged
merged 1 commit into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ Follow the documentation [here](doc/overview.md) to build your own pipelines.

### Automate the pipeline
The data preprocessing can be automated by running transformers as a KubeFlow pipeline (KFP).
See a simple transform pipeline [tutorial](kfp/doc/simple_transform_pipeline.md), and [multi-steps pipeline](kfp/doc/multi_transform_pipeline.md)
if you want to combine several data transformation steps.
See a simple transform pipeline [tutorial](kfp/doc/simple_transform_pipeline.md). Next releases of Data Prep LAB will
demonstrate how several simple transform pipelines can be combined into a single KFP pipeline. Future releases of
Data Prep LAB will demonstrate how multiple simple transform pipelines can be combined into a single KFP pipeline.

The project facilitates the creation of a local Kind cluster with all the required software and test data.
To work with the Kind cluster and KFP, you need to install several pre-required software packages. Please refer to
Expand Down
Binary file removed kfp/doc/create_run1.png
Binary file not shown.
Binary file removed kfp/doc/create_run2.png
Binary file not shown.
27 changes: 0 additions & 27 deletions kfp/doc/multi_transform_pipeline.md

This file was deleted.

Binary file removed kfp/doc/param_list1.png
Binary file not shown.
Binary file removed kfp/doc/param_list2.png
Binary file not shown.