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

7 lines (5 loc) 157 B
// src/transparency/explainability.js function explainPrediction(model, input) { return model.explain(input); } module.exports = { explainPrediction };