Skip to content

A repository for the team project for CS 7641, Graduate Machine Learning, at Georgia Tech in the Fall 2023 semester.

License

Notifications You must be signed in to change notification settings

reeteshsudhakar/CS-7641-Project

Repository files navigation

Home Credit Risk Analysis

Project Overview

This project aims to provide insights towards an individual's likelihood of defaulting on a home loan. Using a Kaggle dataset of 300,000+ observations, this project explores the data, cleans it, and builds different models to predict whether an individual will default.

This project was completed as a part of a semester-long project for CS 7641 (Machine Learning) at Georgia Tech in the Fall 2023 semester by Reetesh Sudhakar, Nityam Bhachawat, Mark Glinberg, and Yash Gupta.

Navigating the Repository

Many files in the repository are for the web page associated with this project, which can be accessed at the following page. Modifications can be made to the _config.yml file to change the theme, title, and other aspects of the web page.

Files in the resources folder are used to store images and other files that are used in the web page.

You can access the code used to clean the data and build the models in the code folder. To run the code, create a data folder called "data" in the src directory (src/data) and download the dataset from this link to ensure that you can clean the data and use it with our written code. This directory was added to our .gitignore file, as the code is set up such that users can download the data and run the code to clean it themselves without having to push the data to GitHub.

If you'd rather not do any of the data processing and choose to not modify it, you can simply read the data from the cleaned data file and use it to build the models.

Helper functions are located in both util.py and get_feature_importance.py. Code for each of the classifiers is located in the classifier.py file. Visualizations of the dataset can be found in the visualization notebook.

About

A repository for the team project for CS 7641, Graduate Machine Learning, at Georgia Tech in the Fall 2023 semester.

Resources

License

Stars

Watchers

Forks