This repository contains the R package proftree
and the corresponding article:
Höppner, S., Stripling, E., Baesens, B., vanden Broucke, S., and Verdonck, T. (2018). Profit driven decision trees for churn prediction. European Journal of Operational Research. DOI: 10.1016/j.ejor.2018.11.072
https://doi.org/10.1016/j.ejor.2018.11.072
The R package proftree
contains the implementation of the ProfTree algorithm for constructing profit driven decision trees for customer churn prediction.
The R package can be installed through the devtools
package:
devtools::install_github("SebastiaanHoppner/ProfTree/proftree")