Skip to content

Predicted the bank customers’ next transactions using LightGBM with an AUC score of 0.90035 ranking the submission in Top 4% in the Kaggle competition

Notifications You must be signed in to change notification settings

wajahat1064/Kaggle-Challenge-Santander-Bank-Customer-Transaction-Problem-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

Intro and Business Problem:

Santander Bank needs to identify which customers will make a specific transaction in the future, irrespective of the amount of money transacted.

The data provided for this competition has the same structure as the real data they have available to solve this problem.

The data is anonimyzed, each row containing 200 numerical values identified just with a number.

In the jupyter notebook file, we will be exploring the data, preparing it for a LightGBM model, training and cross-validating the LightGBM model and predicting the target value for the test set.

Dataset can be obtained directly from the Kaggle Competition:

Submission

The score (Area Under Receiver Operating Charachteristic Curve) received on this submission is 0.90035 which places my position in the private leaderboard as 324 out of 8751 total submissions ranking me in TOP 4 %.

Team winning the competition received a score of 0.92573.

About

Predicted the bank customers’ next transactions using LightGBM with an AUC score of 0.90035 ranking the submission in Top 4% in the Kaggle competition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published