or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/kedro@1.1.x
tile.json

tessl/pypi-kedro

tessl install tessl/pypi-kedro@1.1.0

Kedro 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%

rubric.jsonevals/scenario-3/

{
  "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
    }
  ]
}