Skip to content

Commit 23c2e1d

Browse files
authored
Merge pull request #439 from maxmind/andy/risk-reasons
Update description for risk reason multiplier (DAT-7343)
2 parents 874fd0e + 0787306 commit 23c2e1d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/minfraud/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ class RiskScoreReason(_Serializable):
910910
multiplier: float
911911
"""The factor by which the risk score is increased (if the value is greater than 1)
912912
or decreased (if the value is less than 1) for given risk reason(s).
913-
Multipliers greater than 1.5 and less than 0.66 are considered significant
914-
and lead to risk reason(s) being present."""
913+
Multipliers representing a significant percentage increase or decrease in
914+
the risk score lead to risk reason(s) being present."""
915915

916916
reasons: list[Reason]
917917
"""This list contains :class:`.Reason` objects that describe

0 commit comments

Comments
 (0)