tessl install tessl/pypi-kedro@1.1.0Kedro helps you build production-ready data and analytics pipelines
Agent Success
Agent success rate when using this tile
98%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.32x
Baseline
Agent success rate without this tile
74%
{
"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
}
]
}