evalml.objectives.LeadScoring

class evalml.objectives.LeadScoring(true_positives=1, false_positives=-1, verbose=False)[source]

Lead scoring

Methods

__init__

Create instance.

decision_function

fit

Learn the objective function based on the predictions from a model.

objective_function

predict

Apply the learned objective function to the output of a model.

score

Calculate score from applying fitted objective to predicted values

supports_problem_type

Checks if objective supports given ProblemType