Skip to content

Commit

Permalink
Merge pull request #11 from roytman/noSuper
Browse files Browse the repository at this point in the history
Remove super pipeline references
  • Loading branch information
daw3rd committed Apr 26, 2024
2 parents a09d954 + a344146 commit 4c19f05
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 29 deletions.
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.

0 comments on commit 4c19f05

Please sign in to comment.