HI all,
There is option to add Priority Score column to the Alert's grid.
How we can know what is the calculation behind these scores? Can we have any documentation to understand how the calculation is working?
Thanks in advance.
Alex.
Hi
Please refer to the chapter Alert Scoring in SAS AML 8.3 documentation .
Additionaly you can explore the code in Alert encirchment (fcf_aml_alert_enrich.sas) and Alert scoring (fcf_aml_alert_scoring.sas) JES jobs
https://documentation.sas.com/doc/en/compcdc/8.3/amlag/ch-alert-scoring.htm
The following steps highlight the overall scoring process for the out-of-the-box model:
Documentation for AML is locked down so it can only be accessed by AML customers. Asking this in a Tech Support track is probably a better option.
Hi
Please refer to the chapter Alert Scoring in SAS AML 8.3 documentation .
Additionaly you can explore the code in Alert encirchment (fcf_aml_alert_enrich.sas) and Alert scoring (fcf_aml_alert_scoring.sas) JES jobs
https://documentation.sas.com/doc/en/compcdc/8.3/amlag/ch-alert-scoring.htm
The following steps highlight the overall scoring process for the out-of-the-box model:
Thanks @FMinago
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.