Last active
October 29, 2018 01:11
-
-
Save gonzalovazquez/4068137c1ae8af35be32c1bd54acaa09 to your computer and use it in GitHub Desktop.
Structure for ML Marketplace Dataset Catalog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"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