empulse.models#
The models module contains a collection of cost-sensitive and profit-driven models.
Cost-Sensitive and Value-driven Models#
Cost-sensitive gradient boosting classifier for B2B customer churn. |
|
Cost-sensitive Bagging classifier. |
|
Cost-sensitive gradient boosting classifier. |
|
Cost-sensitive random forest classifier. |
|
Cost-sensitive logistic regression classifier. |
|
Binary Classifier that sets the decision threshold to optimize cost-sensitive metric. |
|
Cost-sensitive decision tree classifier. |
|
Cost-sensitive classifier that is robust to outliers in the instance-dependent costs. |
|
Profit-driven logistic regression classifier. |
Bias Mitigation Models#
Classifier which relabels instances during training to remove bias against a subgroup. |
|
Classifier which resamples instances during training to remove bias against a subgroup. |
|
Classifier which reweighs instances during training to remove bias against a subgroup. |