paper-with-me

Papers

Ensemble of Example-Dependent Cost-Sensitive Decision Trees

2015-05-18 · Alejandro Correa Bahnsen, Djamila Aouada, Bjorn Ottersten

Several real-world classification problems are example-dependent cost-sensitive in nature, where the costs due to misclassification vary between examples and not only within classes. However, standard classification methods do not take these costs into account, and assume a constant cost of misclassification errors. In previous works, some methods that take into account the financial costs into the training of different algorithms have been proposed, with the example-dependent cost-sensitive decision tree algorithm being the one that gives the highest savings. In this paper we propose a new framework of ensembles of example-dependent cost-sensitive decision-trees. The framework consists in creating different example-dependent cost-sensitive decision trees on random subsamples of the training set, and then combining them using three different combination approaches. Moreover, we propose two new cost-sensitive combination approaches; cost-sensitive weighted voting and cost-sensitive stacking, the latter being based on the cost-sensitive logistic regression method. Finally, using five different databases, from four real-world applications: credit card fraud detection, churn modeling, credit scoring and direct marketing, we evaluate the proposed method against state-of-the-art example-dependent cost-sensitive techniques, namely, cost-proportionate sampling, Bayes minimum risk and cost-sensitive decision trees. The results show that the proposed algorithms have better results for all databases, in the sense of higher savings.

📄 PDF Abstract BibTeX arXiv:1505.04637

Code (0)

등록된 구현이 없습니다.

Tasks

Fraud DetectionGeneral ClassificationMarketing

Similar Papers 제목 키워드 기반

Cost-Sensitive Stacking: an Empirical Evaluation

2023-01-04 · Natalie Lawrance, Marie-Anne Guerry, George Petrides

Many real-world classification problems are cost-sensitive in nature, such that the misclassification costs vary between data instances. Cost-sensitive learning adapts classification algorithms to account for differences…

Classification

Cost-Sensitive Support Vector Machines

2012-12-05 · Hamed Masnadi-Shirazi, Nuno Vasconcelos, Arya Iranmehr

A new procedure for learning cost-sensitive SVM(CS-SVM) classifiers is proposed. The SVM hinge loss is extended to the cost sensitive setting, and the CS-SVM is derived as the minimizer of the associated risk. The extens…

General Classification

Better Boosting with Bandits for Online Learning

2020-01-16 · Nikolaos Nikolaou, Joseph Mellor, Nikunj C. Oza, Gavin Brown

Probability estimates generated by boosting ensembles are poorly calibrated because of the margin maximization nature of the algorithm. The outputs of the ensemble need to be properly calibrated before they can be used a…

Data-Aware and Scalable Sensitivity Analysis for Decision Tree Ensembles

2026-02-07 · Namrita Varshney, Ashutosh Gupta, Arhaan Ahmad, Tanay V. Tayal 외 arxiv

Decision tree ensembles are widely used in critical domains, making robustness and sensitivity analysis essential to their trustworthiness. We study the feature sensitivity problem, which asks whether an ensemble is sens…

Certifying Joint Adversarial Robustness for Model Ensembles

2020-04-21 · Mainuddin Ahmad Jonas, David Evans

Deep Neural Networks (DNNs) are often vulnerable to adversarial examples.Several proposed defenses deploy an ensemble of models with the hope that, although the individual models may be vulnerable, an adversary will not …

Adversarial Robustnessmodel