Exercise

Comparing frequency & recency

Now that you've created frequency and recency features, let's compare them between the legitimate transactions and the fraudulent ones. The dataset transfers contains 222 transactions from 4 accounts. The frequency features freq_channel and freq_auth, and the recency features rec_channel and rec_auth have been added as columns to the dataset.

Instructions

100 XP
  • Have a look at dataset transfers in the console using functions like head and str.
  • Get a summary of the frequency and recency channels for legitimate transactions.
  • Get a summary of the frequency and recency channels for fraudulent transactions.