grid-search
Version:
Create an array of variables to search through
27 lines (26 loc) • 480 B
JSON
{
"name": "grid-search",
"version": "1.1.1",
"description": "Create an array of variables to search through",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"grid-search",
"grid",
"search",
"machine-learning",
"ml",
"data-science"
],
"author": "Nick Scialli",
"license": "MIT",
"devDependencies": {
"jest": "^24.1.0"
},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}