Kedro helps you build production-ready data and analytics pipelines
98
Pending
Does it follow best practices?
Impact
98%
1.32xAverage score across 20 eval scenarios
Pending
The risk profile of this skill
{
"context": "This criteria evaluates how well the engineer uses Kedro's pipeline composition operators to combine pipelines. The focus is on correct usage of Pipeline operators for merging, subtracting, and intersecting pipelines.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Pipeline merge operator",
"description": "Uses the Pipeline merge operator (+ or |) to combine two pipelines in the merge_pipelines function",
"max_score": 35
},
{
"name": "Pipeline subtract operator",
"description": "Uses the Pipeline subtraction operator (-) to subtract one pipeline from another in the subtract_pipelines function",
"max_score": 35
},
{
"name": "Pipeline intersect operator",
"description": "Uses the Pipeline intersection operator (&) to find common nodes between two pipelines in the intersect_pipelines function",
"max_score": 30
}
]
}