Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Credit Risk Prediction Project From Scratch in Python
Rating: 3.8 out of 5(30 ratings)
3,124 students

Credit Risk Prediction Project From Scratch in Python

Project Based Learning on Machine Learning
Created byJitendra Singh
Last updated 12/2023
English

What you'll learn

  • Dataset Setup
  • Data Cleaning
  • Plotting
  • Model Creation
  • Testing the Data

Course content

1 section6 lectures47m total length
  • Problem Statement Explanation - Credit Risk Prediction in Python7:29

    Explore credit risk prediction for bank loans by building a from-scratch Python project on Kaggle, using features like age, income, debt-to-income ratio, and credit-to-debt ratio to identify defaulters.

  • [Solution] - Getting started and Import important libraries9:06

    Start a credit risk prediction project in python by loading the kaggle dataset, importing core libraries, and configuring models such as random forest, svm, and logistic regression with grid search.

  • [Solution] - Visualization of Data4:47
  • [Solution] - Training , Testing and Create Machine Learning model14:00
  • [Solution] - SVM and Logistic Regression Model12:26

    Compare random forest, svm, and logistic regression for credit risk prediction in Python; tune hyperparameters via grid search cv and visualize results with a confusion matrix heatmap.

  • Source Code and Dataset0:01

Requirements

  • Basic understand of Python and Machine learning

Description

This course consist of two parts: Problem statement explanation and Solution explanation with source code.


Part 1: This is the introduction part of the CREDIT RISK PREDICTION Project where we provide the details and procedures of the coming project that we will build in Part2 of this Project. This is based on prediction of defaulters in bank credit based on the data provided by the bank using past analysis. The result of this project will be that we will be able to forecast what are the chances of a person with certain credentials that will be a defaulter or a successful player.


Part 2: This is the second part of the CREDIT RISK PREDICTION Project where we create a complete project on Kaggle Community Platform regarding prediction of Credit Failure of customers based on their credentials. We use data cleaning, data plotting and utilised Random Forest Classifier, Support Vector Machine and Logistic Regression with best parameters possible for getting the best prediction accuracy. All these algorithms are mathematical implementations and we have utilised them with optimal parameters.


Whom is This Course for?

Aspiring machine learning students want to learn on machine learning projects but struggle hard to find interesting ideas and how to build the project. How should students build Machine learning projects, find data science or machine learning project ideas that motivate you, when deciding on a machine project to get started. You can decide the domain and dataset based on your interest. Size of the dataset and complexity of the dataset. If you are a fresher or a beginner, We recommend you get started with ML projects that focus on data cleaning and then move on to analytics, machine learning, and deep learning


Thanks & Regard

Jitendra

Who this course is for:

  • Beginner Machine learning developers curious about Data science