CostBenefitMatrix.
objective_function
Calculates cost-benefit of the using the predicted and true values.
y_predicted (pd.Series) – Predicted labels
y_true (pd.Series) – True labels
X (pd.DataFrame) – Ignored.
Cost-benefit matrix score
float