data-hunter
Version:
`DataHunter is a module that acts as a black-box predicting information given a historical dataSet(an array of JavaScript objects)
29 lines (28 loc) • 734 B
JSON
{
"name": "data-hunter",
"version": "0.1.7",
"description": "`DataHunter is a module that acts as a black-box predicting information given a historical dataSet(an array of JavaScript objects)",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexisDrch/DataHunter.git"
},
"keywords": [
"k-means",
"math",
"analytics",
"clusters",
"object-learning",
"probabilities"
],
"author": "Alexis Durocher",
"license": "ISC",
"homepage": "https://github.com/AlexisDrch/DataHunter#readme",
"dependencies": {
"object-learning": "1.0.5",
"underscore": "1.8.3"
}
}