| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.FraudDetector.Types.VariableImpactExplanation
Description
Synopsis
- data VariableImpactExplanation = VariableImpactExplanation' {}
- newVariableImpactExplanation :: VariableImpactExplanation
- variableImpactExplanation_eventVariableName :: Lens' VariableImpactExplanation (Maybe Text)
- variableImpactExplanation_logOddsImpact :: Lens' VariableImpactExplanation (Maybe Double)
- variableImpactExplanation_relativeImpact :: Lens' VariableImpactExplanation (Maybe Text)
Documentation
data VariableImpactExplanation Source #
The details of the event variable's impact on the prediction score.
See: newVariableImpactExplanation smart constructor.
Constructors
| VariableImpactExplanation' | |
Fields
| |
Instances
newVariableImpactExplanation :: VariableImpactExplanation Source #
Create a value of VariableImpactExplanation with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:eventVariableName:VariableImpactExplanation', variableImpactExplanation_eventVariableName - The event variable name.
$sel:logOddsImpact:VariableImpactExplanation', variableImpactExplanation_logOddsImpact - The raw, uninterpreted value represented as log-odds of the fraud. These
values are usually between -10 to +10, but range from - infinity to +
infinity.
- A positive value indicates that the variable drove the risk score up.
- A negative value indicates that the variable drove the risk score down.
$sel:relativeImpact:VariableImpactExplanation', variableImpactExplanation_relativeImpact - The event variable's relative impact in terms of magnitude on the
prediction scores. The relative impact values consist of a numerical
rating (0-5, 5 being the highest) and direction (increased/decreased)
impact of the fraud risk.
variableImpactExplanation_eventVariableName :: Lens' VariableImpactExplanation (Maybe Text) Source #
The event variable name.
variableImpactExplanation_logOddsImpact :: Lens' VariableImpactExplanation (Maybe Double) Source #
The raw, uninterpreted value represented as log-odds of the fraud. These values are usually between -10 to +10, but range from - infinity to + infinity.
- A positive value indicates that the variable drove the risk score up.
- A negative value indicates that the variable drove the risk score down.
variableImpactExplanation_relativeImpact :: Lens' VariableImpactExplanation (Maybe Text) Source #
The event variable's relative impact in terms of magnitude on the prediction scores. The relative impact values consist of a numerical rating (0-5, 5 being the highest) and direction (increased/decreased) impact of the fraud risk.