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

Prject Title: Give ME some Credit

Description of the project from kaggle

Banks play a crucial role in market economies. They decide who can get finance and on what terms and can make or break investment decisions. For markets and society to function, individuals and companies need access to credit.

Credit scoring algorithms, which make a guess at the probability of default, are the method banks use to determine whether or not a loan should be granted. This competition requires participants to improve on the state of the art in credit scoring, by predicting the probability that somebody will experience financial distress in the next two years.

The goal of this competition is to build a model that borrowers can use to help make the best financial decisions.

Commiting to jovian

Import Jovian to connect google colab

import jovian
# Execute this to save new versions of the notebook
jovian.commit(project="give-me-some-credit")
[jovian] Detected Colab notebook... [jovian] Uploading colab notebook to Jovian... Committed successfully! https://jovian.ai/sheikhasif-buet13/give-me-some-credit
!pip install opendatasets scikit-learn jovian --quiet --upgrade