evalml.objectives.LeadScoring.__init__

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

Create instance.

Parameters
  • label (int) – label to optimize threshold for

  • true_positives (int) – reward for a true positive

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