Learn how to predict specific customer transactions at Santander Bank using machine learning techniques. Explore the dataset and perform EDA on the Santander Customer Transaction Prediction Dataset from Kaggle. Code included.
This project was created as part of the Data Science Bootcamp and the Machine Learning with Python: Zero to GBMs CertificationCourse both by Jovian.
The dataset from Kaggle was one of those proposed as appropriate for the project by the course leader in a long-list of possible datasets.
WARNING This notebook takes several hours to run end-to-end on Colab!
!pip install numpy pandas matplotlib plotly seaborn pyarrow --quiet
!pip install jovian opendatasets scikit-learn --upgrade --quiet
|████████████████████████████████| 22.3 MB 77.8 MB/s