Feature Scaling and Normalization

Start Timer

0:00:00

Upvote
0
Downvote
Save question
Mark as completed
View comments

You deploy a fraud detection model for American Express and observe a consistent failure pattern: the model flags almost exclusively high-dollar transactions as fraudulent, while many low-amount transactions that are later confirmed as fraud go undetected. Despite this, overall accuracy during offline evaluation appeared strong.

The model was trained on features including transaction amount, customer age, account tenure, number of transactions per day, and several binary behavioral indicators. No additional preprocessing or transformations were applied to the raw feature values.

How would you investigate the cause of this behavior? What aspects of the feature space and model behavior would you examine first, and how would that investigation guide your next steps?

.
.
.
.
.


Comments

Loading comments