You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The datasets contained transactions made by credit cards in September 2013 by European cardholders. The dataset presented transactions that occurred in two days, where there were 492 frauds out of 284,807 transactions. The dataset was highly unbalanced, the positive class (frauds) account for 0.172% of all transactions. I used Logistic Regressio…