Skip to content

Developed various machine learning models from scratch including k-NN, Decision Trees, Random Forest, Logistic Regression, and Neural Networks to predict credit card defaults.

Notifications You must be signed in to change notification settings

gavwin/Credit-Defaults

 
 

Repository files navigation

Credit_Defaults

By: Nicolai Jacobsen, Jacob Kulik, David Pogrebitskiy, Gavin Wainwright

  • Written Report: CreditDefaults.docx.pdf

  • Raw Data: credit.csv

  • Preprocessed Data: balanced_credit.csv

Machine Learning Methods

  • K-Nearest Neighbors: knn.ipynb, knn.py, knn_sklearn.py, knn_comparison.ipynb
  • Logistic Regression: logistic_regression.ipynb
  • Decision Tree: decision_tree.py, decision_tree.ipynb
  • Random Forest: random_forest.ipynb
  • Neural Network: neural_network.ipynb

About

Developed various machine learning models from scratch including k-NN, Decision Trees, Random Forest, Logistic Regression, and Neural Networks to predict credit card defaults.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 97.3%
  • Python 2.7%