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).
To evaluate the performance of supervised machine learning models to make a written recommendation on whether they should be used to predict credit risk.
An analysis on credit 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
This project applies supervised machine learning models to predict credit risk, and compare algorithm effectiveness in an unbalanced classification problem
Built several supervised machine learning models to predict the credit risk of candidates seeking loans.
Utilizing data preparation, statistical reasoning, and supervised machine learning to solve a real-world challenge: credit card risk.
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…
An ensemble of machine learning models for detecting fraudulent credit card transactions, utilizing advanced techniques for feature selection, data imbalance handling, and hyperparameter tuning.
Apply machine learning to solve the challenge of credit risk
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.
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.
Using skills in data preparation, statistical reasoning, and machine learning, real-world challenges of credit card risk are assessed and solved.
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.
Train and evaluate models to determine credit card risk using a credit card dataset
Supervised Machine Learning Project: imbalanced-learn; scikit-learn; RandomOverSampler; SMOTE; ClusterCentroids; SMOTEENN; BalancedRandomForestClassifier; EasyEnsembleClassifier.
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."