Jovian
Sign In
Learn practical skills, build real-world projects, and advance your career

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.

Predicting Selection of Specific Customer Transactions at Santander Bank

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!

Importing Libraries Needed by this Notebook

!pip install numpy pandas matplotlib plotly seaborn pyarrow --quiet
!pip install jovian opendatasets scikit-learn --upgrade --quiet
|████████████████████████████████| 22.3 MB 77.8 MB/s