August 2019
Intermediate to advanced
342 pages
9h 35m
English
Let's see the fraud detection predictive model that we loaded into the IBM Watson Studio Jupyter notebook (the complete code, released by IBM with the Apache 2.0 license, is available at the link: https://github.com/IBM/xgboost-smote-detect-fraud/blob/master/notebook/Fraud_Detection.ipynb ) in action.
The first operation to perform is to convert the credit card dataset, loaded in .csv format, into a pandas DataFrame;. This operation can be performed as follows.
Select the cell below Read the Data and convert it to the DataFrame section in the notebook and perform the following steps:
Read now
Unlock full access