pdstools.decision_analyzer¶
Decision Analyzer module.
Provides DecisionAnalyzer for analysing Pega NBA decision data
(Explainability Extract v1 or Decision Analyzer / EEV2 v2 exports).
Optional dependencies¶
The pdstools.decision_analyzer.plots submodule requires plotly
(install with pdstools[adm]). The aggregation and scoring APIs work
without it; accessing DecisionAnalyzer.plot on a system without
plotly raises a friendly
MissingDependenciesException.