Learn how Santander Bank used ML to predict customer transactions in this student project blog. See the code and results! #MachineLearning #Banking #DataScience
Steps:
!pip install opendatasets numpy pandas jovian matplotlib scikit-learn --quiet
import jovian
import pandas as pd
import numpy as np
%matplotlib inline
import matplotlib.pyplot as plt
import seaborn as sns