File size: 1,660 Bytes
04ead96 2c4d03d bb32ee3 04ead96 4acdb4d bb32ee3 04ead96 2c4d03d bb32ee3 04ead96 4693bf1 04ead96 2c4d03d bb32ee3 04ead96 4acdb4d bb32ee3 04ead96 2c4d03d bb32ee3 04ead96 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 |
{
"customers": {
"description": "This is the customer dataset. It contains information about customer interactions.",
"citation": "@inproceedings{author2024dataset,\n title={A Dataset for Customer Interactions},\n author={Author, A.},\n booktitle={Conference on Data},\n year={2024}\n}",
"homepage": "https://example.com/customers",
"license": "MIT License",
"features": {
"customer_id": {
"dtype": "int64",
"_type": "Value"
},
"name": {
"dtype": "string",
"_type": "Value"
},
"age": {
"dtype": "int64",
"_type": "Value"
}
},
"download_size": 12345678,
"dataset_size": 23456789,
"task_categories": [
"tabular"
],
"task_ids": [
"regression"
],
"version": "1.0.0"
},
"products": {
"description": "This is the product dataset. It includes details about various products.",
"citation": "@inproceedings{author2024dataset,\n title={A Dataset for Product Analysis},\n author={Author, B.},\n booktitle={Product Analytics Conference},\n year={2024}\n}",
"homepage": "https://example.com/products",
"license": "Apache License 2.0",
"features": {
"product_id": {
"dtype": "int64",
"_type": "Value"
},
"name": {
"dtype": "string",
"_type": "Value"
},
"price": {
"dtype": "double",
"_type": "Value"
}
},
"download_size": 7890123,
"dataset_size": 8901234,
"task_categories": [
"classification"
],
"task_ids": [
"binary_classification"
],
"version": "1.0.0"
}
}
|