UNPKG

ethical-algorithm-tester

Version:

The **`ethical-algorithm-tester`** package provides tools for analyzing bias, fairness, transparency, and accountability in algorithmic decision-making. This package is useful for developers and data scientists who want to ensure that their algorithms ope

20 lines (19 loc) 389 B
{ "name": "ethical-algorithm-tester", "version": "1.0.4", "main": "index.js", "scripts": { "test": "jest" }, "keywords": ["ethical", "algorithms", "testing"], "author": "emon.cse273@gmail.com", "license": "ISC", "description": "", "devDependencies": { "jest": "^29.7.0" }, "dependencies": { "lodash": "^4.17.21", "simple-statistics": "^7.8.7" } }