Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/minfraud/model/risk_score_reason.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module Model
class RiskScoreReason < Abstract
# The factor by which the risk score is increased (if the value is greater than 1)
# or decreased (if the value is less than 1) for given risk reason(s).
# Multipliers greater than 1.5 and less than 0.66 are considered significant
# and lead to risk reason(s) being present.
# Multipliers representing a significant percentage increase or decrease
# in the risk score lead to risk reason(s) being present.
#
# @return [Float]
attr_reader :multiplier
Expand Down
Loading