Disable the model Score Distribution graph in SASĀ® Fraud Management


In SAS Fraud Management Rules Studio, a Score Distribution graph is displayed on the Models tab. This graph provides a 30-day view of the score distribution of a model. It gives you a sense of how a model is scoring the transactions and helps verify that a model is working.

Below is a sample model Score Distribution graph:

sample model Score Distribution Graph

This graph uses data from SAS Transaction Analysis Server (TAS). If you do not need the model Score Distribution graph, you can disable it to reduce the resources that TAS uses.

To disable model Score Distribution, edit the server.connector.types.txt line in the tas.properties file.

Before:

server.connector.types.txt=*

After:

server.connector.types.txt=esc,native,core

After making changes to tas.properties, you need to restart TAS for the changes to take effect.