Skip to content

Commit 39e1e31

Browse files
committed
Update pipeline summary with required packages and YAML example
1 parent fd931f1 commit 39e1e31

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Demonstrates how to organize and categorize pipeline runs using tags
1+
Demonstrates how to organize and categorize pipeline runs using tags
2+
3+
Requirements: `pip install pandas`

pipelines/viz_pipeline/summary.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Shows how to create automatic and custom visualizations for pipeline data
1+
Shows how to create automatic and custom visualizations for pipeline data
2+
3+
Requirements: `pip install matplotlib pandas scikit-learn`

pipelines/yaml_pipeline/summary.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Demonstrates how to separate configuration from code using YAML configuration files
1+
Demonstrates how to separate configuration from code using YAML configuration files
2+
3+
Requirements: Create a `my_run.yaml` file with:
4+
```yaml
5+
parameters:
6+
name: "ZenML Community 👋"
7+
```

0 commit comments

Comments
 (0)