Skip to content

Instantly share code, notes, and snippets.

@gonzalovazquez
Last active October 29, 2018 01:11
Show Gist options
  • Save gonzalovazquez/4068137c1ae8af35be32c1bd54acaa09 to your computer and use it in GitHub Desktop.
Save gonzalovazquez/4068137c1ae8af35be32c1bd54acaa09 to your computer and use it in GitHub Desktop.
Structure for ML Marketplace Dataset Catalog
[
{
"id": 1234,
"name": "Fraud Detection",
"author": "Gonzalo Vazquez",
"description": "Lorem ipsum dolor sit amet",
"tags": ["crime", "finance"],
"info": {
"source": "fraud_detection.csv",
"size": "20mb",
"license": "Open Source"
},
"metadata": {
"loc": "1k",
"comments": 50,
"views": 400
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment