Getting Started
Objective functions
Automated Machine Learning
Components and Custom Pipelines
Guardrails
Resources
LeadScoring.
__init__
Create instance.
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.