importance
Version:
Permutation feature importance
28 lines (27 loc) • 646 B
JSON
{
"name": "importance",
"version": "0.0.5",
"description": "Permutation feature importance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon --watch . --ext js,csv --exec 'node example.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zemlyansky/importance"
},
"keywords": [
"ml",
"xai",
"interpretability"
],
"author": "Anton Zemlyansky",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"csv-parse": "^4.8.9",
"ml-regression-multivariate-linear": "^2.0.3",
"random-forest": "0.0.4"
}
}