Question

Credit Card Fraud: From a dataset of the form [Account, Company, Date[DD/MM/YYYY], Fraudulent charge [boolean]] find...

Credit Card Fraud: From a dataset of the form [Account, Company, Date[DD/MM/YYYY], Fraudulent charge [boolean]] find the merchant that was originally compromised in the dataset. Look for a large number of accounts interacting with the company a few days before fraudulent charges are seen in the accounts. Using python, what approach would you use? Name any packages/ ML libraries or other that would be utilized.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

According to the model proposed in the blog named "In depth skewed data classif. (93% recall acc now)" written by joparga3In.

By using one of the famous technique called cross-validation technique, we can choose  penalty parameter of logistical regression such that the recall score is optimized. By finely tuning the penalty parameter gives boost to obtain high recall score.

So using well trained logistic regression can be useful to classify the fraud activities.

We can run the algorithms using different thresholds.

Following packages or libraries are sufficient

1) pandas matplotlib

2) sklearn

3) scipy

Add a comment
Know the answer?
Add Answer to:
Credit Card Fraud: From a dataset of the form [Account, Company, Date[DD/MM/YYYY], Fraudulent charge [boolean]] find...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT