This is a Shiny web application desigend to allow users to develop business rules for binary classification, the typical application being that of fraud detection. The application allows users to import, clean, visualize data, specify business rules and evaluate performance. There is also a module that automatically recommends an optimal set of rules to the user based on user defined constraints.
The file ABRG.R contains the code to build the web application. The file ABRG_utilities.R contains code that allows for the automated recommendation of business rules.