precision-recall
Version:
JS percision, recall and F1 calculation library
33 lines (32 loc) • 812 B
JSON
{
"name": "precision-recall",
"version": "1.0.2",
"description": "JS percision, recall and F1 calculation library",
"main": "./dist/index.js",
"scripts": {
"build": "babel src --presets babel-preset-env --out-dir dist",
"test": "echo \"Error: no test specified\" && exit 1",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ekeuus/precision-recall.git"
},
"keywords": [
"json",
"precision",
"recall",
"F1",
"test"
],
"author": "Ekke Uustalu",
"license": "ISC",
"bugs": {
"url": "https://github.com/ekeuus/precision-recall/issues"
},
"homepage": "https://github.com/ekeuus/precision-recall#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1"
}
}