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

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.

alt

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