CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-deeplake

Database for AI powered by a storage format optimized for deep-learning applications.

75

1.59x

Evaluation75%

1.59x

Agent success when using this tile

Overview
Eval results
Files

rubric.jsonevals/scenario-2/

{
  "context": "This evaluation assesses the engineer's proficiency in using Deep Lake's data import and export capabilities. The focus is on correct usage of Deep Lake's from_csv(), from_parquet(), and to_csv() functions to handle data ingestion and export operations.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "CSV Import Usage",
      "description": "Uses deeplake.from_csv() to import CSV data. The function should be called with the CSV file path and output dataset path parameters.",
      "max_score": 30
    },
    {
      "name": "Parquet Import Usage",
      "description": "Uses deeplake.from_parquet() to import Parquet data. The function should be called with the Parquet file path and output dataset path parameters.",
      "max_score": 30
    },
    {
      "name": "CSV Export Usage",
      "description": "Uses dataset.to_csv() method to export dataset to CSV format. Should open the dataset first using deeplake.open() or deeplake.open_read_only(), then call to_csv() with the output path.",
      "max_score": 25
    },
    {
      "name": "Dataset Opening",
      "description": "Uses deeplake.open() or deeplake.open_read_only() to open existing datasets before performing operations on them.",
      "max_score": 15
    }
  ]
}

Install with Tessl CLI

npx tessl i tessl/pypi-deeplake

tile.json