| { |
| "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" |
| } |
| } |
|
|
|
|