mkdata
Version:
Make synthetic datasets
28 lines (27 loc) • 494 B
JSON
{
"name": "mkdata",
"version": "0.0.11",
"description": "Make synthetic datasets",
"main": "index.js",
"bin": {
"mkdata": "bin/cmd.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"datasets",
"ML",
"generator",
"machinelearning",
"data",
"synthetic-data",
"CLI"
],
"author": "Anton Zemlyansky",
"license": "MIT",
"dependencies": {
"minimist": "^1.2.5",
"seedrandom": "^3.0.5"
}
}