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.