evalml.objectives.LeadScoring.__init__

LeadScoring.__init__(true_positives=1, false_positives=- 1)[source]

Create instance.

Parameters
  • true_positives (int) – Reward for a true positive

  • false_positives (int) – Cost for a false positive. Should be negative.