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-6/

{
  "context": "This criteria evaluates how well the engineer uses Kedro's input/output-based pipeline filtering capabilities. The evaluation focuses on proper usage of pipeline filtering methods to extract subsets of pipelines based on specific input and output datasets.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "from_inputs() usage",
      "description": "Uses pipeline.from_inputs() method to filter the pipeline based on specified input dataset names in the extract_pipeline_from_inputs function",
      "max_score": 40
    },
    {
      "name": "to_outputs() usage",
      "description": "Uses pipeline.to_outputs() method to filter the pipeline based on specified output dataset names in the extract_pipeline_to_outputs function",
      "max_score": 40
    },
    {
      "name": "Correct argument passing",
      "description": "Correctly passes the input_names and output_names as arguments to the respective filtering methods (from_inputs and to_outputs accept multiple dataset names as separate arguments or unpacked from a list)",
      "max_score": 10
    },
    {
      "name": "Proper return values",
      "description": "Returns the filtered Pipeline objects directly from both functions without unnecessary modifications or conversions",
      "max_score": 10
    }
  ]
}