🔍 Real-Time Fraud Detection Tester

Test your model with real transaction data

Test Single Transaction

💡 Note: V1-V28 are PCA-transformed features from the original dataset. If you don't have these values, use the Random Test button to generate them.

Test with JSON Input

Example JSON Format:
{
  "Time": 0,
  "Amount": 149.99,
  "V1": -1.359807,
  "V2": -0.072781,
  "V3": 2.536347,
  ...
  "V28": -0.021053
}

Upload CSV File

📁

Click to upload CSV file

CSV must have columns: Time, Amount, V1, V2, ..., V28

Example CSV Format:
Time,Amount,V1,V2,V3,...,V28
0,149.99,-1.36,-0.07,2.54,...,-0.02
406,2.69,1.19,0.27,0.17,...,0.13

Analyzing transactions...