Baselight

Credit Card Fraud

Crack the model from credit card fraudster dataset.

@kaggle.dhanushnarayananr_credit_card_fraud

Card Transdata
@kaggle.dhanushnarayananr_credit_card_fraud.card_transdata

  • 24.31 MB
  • 1000000 rows
  • 8 columns
distance_from_home

Distance From Home

distance_from_last_transaction

Distance From Last Transaction

ratio_to_median_purchase_price

Ratio To Median Purchase Price

repeat_retailer

Repeat Retailer

used_chip

Used Chip

used_pin_number

Used Pin Number

online_order

Online Order

fraud

Fraud

57.877856583897230.31114000804775451.945939977551859511
10.8299426992555430.17559150228166581.2942188106198571
5.0910794906169960.80515259458532580.427714561194275811
2.24756432829636135.600043547072320.3626625780570958111
44.190936002618370.56648626805834772.2227672978404707111
5.58640767418640713.261073268058120.06476846537046331
3.72401912471481020.95683792848218420.278464944908155511
4.8482465722805670.32073542722281631.273049523560178211
0.87663225649436292.5036089266921441.5169993152858177
8.839046703726372.97051227602438272.3616825470684611

CREATE TABLE card_transdata (
  "distance_from_home" DOUBLE,
  "distance_from_last_transaction" DOUBLE,
  "ratio_to_median_purchase_price" DOUBLE,
  "repeat_retailer" DOUBLE,
  "used_chip" DOUBLE,
  "used_pin_number" DOUBLE,
  "online_order" DOUBLE,
  "fraud" DOUBLE
);

Share link

Anyone who has the link will be able to view this.