File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff line change 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+ ` ` `
You can’t perform that action at this time.
0 commit comments