Developed Machine Learning Models to Predict Credit Risk
-
Updated
Mar 27, 2022 - Jupyter Notebook
Developed Machine Learning Models to Predict Credit Risk
Using machine learning to determine which model is best at predicting credit risk amongst random oversampling, SMOTE, ClusterCentroids, SMOTEENN, Balanced Random Forest, or Easy Ensemble Classifier (AdaBoost).
An analysis on credit risk
To evaluate the performance of supervised machine learning models to make a written recommendation on whether they should be used to predict credit risk.
Apply machine learning to solve the challenge of credit risk
An ensemble of machine learning models for detecting fraudulent credit card transactions, utilizing advanced techniques for feature selection, data imbalance handling, and hyperparameter tuning.
Built several supervised machine learning models to predict the credit risk of candidates seeking loans.
Utilized several machine learning models to predict credit risk using Python's imbalanced-learn and scikit-learn libraries
Testing various supervised machine learning models to predict a loan applicant's credit risk.
This project applies supervised machine learning models to predict credit risk, and compare algorithm effectiveness in an unbalanced classification problem
Utilizing data preparation, statistical reasoning, and supervised machine learning to solve a real-world challenge: credit card risk.
I am asked to resample the credit card data since it is not balanced. First, I start to split the data and perform oversampling with RandomOverSampler and SMOTE method, and I undersample with ClusterCentroids algorithm. Then, I utilize the SMOTEENN method to oversample and undersample the data. Finally, I used ensemble models.
Utilized several machine learning models to predict credit risk using Python's imbalanced-learn and scikit-learn libraries
Unsupervised-ML---K-Means-Clustering-Non-Hierarchical-Clustering-Univ. Use Elbow Graph to find optimum number of clusters (K value) from K values range. The K-means algorithm aims to choose centroids that minimise the inertia, or within-cluster sum-of-squares criterion WCSS. Plot K values range vs WCSS to get Elbow graph for choosing K (no. of c…
Using skills in data preparation, statistical reasoning, and machine learning, real-world challenges of credit card risk are assessed and solved.
Over- and under-sampled data using four algorithms and compared two machine learning models that reduce bias to identify the most reliable credit risk prediction model.
Build and evaluate several machine learning algorithms to predict credit risk.
Analyze of several Machine Learning techniques in order to help Jill decide on a most effective Machine Learning Model to analyze Credit Card Risk applications.
Data analysts were asked to examine credit card data from peer-to-peer lending services company LendingClub in order to determine credit risk. Supervised machine learning was employed to find out which model would perform the best against an unbalanced dataset. Data analysts trained and evaluated several models to predict credit risk.
Train and evaluate models to determine credit card risk using a credit card dataset
Add a description, image, and links to the clustercentroids topic page so that developers can more easily learn about it.
To associate your repository with the clustercentroids topic, visit your repo's landing page and select "manage topics."