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

{
  "context": "This criteria evaluates how well the engineer uses Kedro's KedroSession API for pipeline lifecycle management. The focus is on proper session creation, configuration, and pipeline execution using Kedro's session management capabilities.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "KedroSession.create() usage",
      "description": "Uses KedroSession.create() method to initialize a new session (not deprecated session_create or other approaches)",
      "max_score": 25
    },
    {
      "name": "Environment configuration",
      "description": "Correctly passes the 'env' parameter to KedroSession.create() to specify the runtime environment",
      "max_score": 20
    },
    {
      "name": "Runtime parameters",
      "description": "Correctly passes 'runtime_params' parameter to KedroSession.create() to override configuration values at runtime",
      "max_score": 20
    },
    {
      "name": "Session.run() execution",
      "description": "Uses the session.run() method to execute pipelines (not context.run() or runner.run() directly)",
      "max_score": 20
    },
    {
      "name": "Pipeline name specification",
      "description": "Correctly passes 'pipeline_name' parameter to session.run() to execute a specific named pipeline",
      "max_score": 15
    }
  ]
}