Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
4 changes: 4 additions & 0 deletions pipelines/cache_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Demonstrates smart caching to save time on re-runs by skipping unchanged steps",
"index": 5
}
1 change: 0 additions & 1 deletion pipelines/cache_pipeline/summary.md

This file was deleted.

4 changes: 4 additions & 0 deletions pipelines/fan_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Demonstrates parallel processing workflows using fan-out and fan-in patterns",
"index": 7
}
1 change: 0 additions & 1 deletion pipelines/fan_pipeline/summary.md

This file was deleted.

4 changes: 4 additions & 0 deletions pipelines/hello_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "A basic ZenML pipeline that demonstrates the fundamentals of steps and pipelines by outputting \"Hello World!\"",
"index": 0
}
1 change: 0 additions & 1 deletion pipelines/hello_pipeline/summary.md

This file was deleted.

4 changes: 4 additions & 0 deletions pipelines/io_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Demonstrates how to pass data between pipeline steps using typed inputs and outputs",
"index": 1
}
1 change: 0 additions & 1 deletion pipelines/io_pipeline/summary.md

This file was deleted.

4 changes: 4 additions & 0 deletions pipelines/meta_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Shows how to record useful facts about pipeline runs using metadata logging",
"index": 4
}
1 change: 0 additions & 1 deletion pipelines/meta_pipeline/summary.md

This file was deleted.

4 changes: 4 additions & 0 deletions pipelines/param_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Shows how to make pipeline behavior configurable using parameters",
"index": 2
}
1 change: 0 additions & 1 deletion pipelines/param_pipeline/summary.md

This file was deleted.

4 changes: 4 additions & 0 deletions pipelines/robust_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Shows how to build resilient pipelines that handle failures using retries and hooks",
"index": 8
}
1 change: 0 additions & 1 deletion pipelines/robust_pipeline/summary.md

This file was deleted.

4 changes: 4 additions & 0 deletions pipelines/tagged_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Demonstrates how to organize and categorize pipeline runs using tags\n\nRequirements: `pip install pandas`",
"index": 3
}
3 changes: 0 additions & 3 deletions pipelines/tagged_pipeline/summary.md

This file was deleted.

4 changes: 4 additions & 0 deletions pipelines/viz_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Shows how to create automatic and custom visualizations for pipeline data\n\nRequirements: `pip install matplotlib pandas scikit-learn`",
"index": 6
}
3 changes: 0 additions & 3 deletions pipelines/viz_pipeline/summary.md

This file was deleted.

4 changes: 4 additions & 0 deletions pipelines/yaml_pipeline/summary.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "Demonstrates how to separate configuration from code using YAML configuration files\n\nRequirements: Create a `my_run.yaml` file with:\n```yaml\nparameters:\n name: \"ZenML Community 👋\"\n```",
"index": 9
}
7 changes: 0 additions & 7 deletions pipelines/yaml_pipeline/summary.md

This file was deleted.

Loading