Database for AI powered by a storage format optimized for deep-learning applications.
75
Evaluation — 75%
↑ 1.59xAgent success when using this tile
{
"context": "This criteria evaluates how well the engineer uses Deep Lake's utility functions for generating random test data and managing cache. The focus is on proper usage of deeplake.random() for data generation and deeplake._create_global_cache() or related cache management functions.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Dataset creation",
"description": "Uses deeplake.create() or deeplake.empty() to create a new dataset at the specified path",
"max_score": 15
},
{
"name": "Random data generation",
"description": "Uses deeplake.random() or equivalent random data generation utilities from the deeplake package to populate the dataset with random samples",
"max_score": 35
},
{
"name": "Schema configuration",
"description": "Properly adds columns to the dataset based on the schema dictionary using dataset.add_column() with appropriate type specifications",
"max_score": 20
},
{
"name": "Type handling",
"description": "Correctly handles different column types (text, int, float, embedding) using appropriate deeplake types (e.g., types.Text(), types.Int32(), types.Float32(), types.Embedding())",
"max_score": 20
},
{
"name": "Cache management",
"description": "Uses deeplake._create_global_cache() or other cache-related utilities from deeplake to implement the clear_test_cache() function",
"max_score": 10
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-deeplakedocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10