Supervised Machine Learning and Credit Risk
-
Updated
Sep 25, 2021 - Jupyter Notebook
Supervised Machine Learning and Credit Risk
Perform a Credit Risk Supervised Machin Learning Analysis using scikit-learn and imbalanced-learn libraries.
For this analysis, we used computational linguistics and biometrics to systematically identify the trend using various news articles and closing prices using the "CoinGecko CSV & Crypto News API"!
using machine learning to assess credit risk
Supervised Machine Learning and Credit Risk
Supervised Machine Learning
Built, trained and evaluated multiple supervised machine learning algorithms to predict credit risk for loan applicants. Algorithms ran include Random Oversampler, SMOTE, Cluster Centroids, SMOTEENN, Balanced Random Forest Classifier, and Easy Ensemble Classifier.
Supervised Machine Learning and Credit Risk
Using machine learning to train and evaluate models with unbalanced classes to determine the best models to predict credit risk.
Extract data provided by lending club, and transform it to be useable by predictive models.
Established a supervised machine learning model trained and tested on credit risk data through a variety of methods to establish credit risk based on a number of factor
Six different techniques are employed to train and evaluate models with unbalanced classes. Algorithms are used to predict credit risk. Performance of these different models is compared and recommendations are suggested based on results.
Analysis of different machine learning models' performance on predicting credit default
Supervised machine learning model to analyze credit risk
Uses several machine learning models to predict credit risk.
Credit Risk Analysis utilizing imbalanced classification machine learning models
Creating various machine learning models to create the most accurate model to predict credit risk
Compared the effectiveness of the EasyEnsembleClassifier and LogisticRegression libraries. This was to assess the model with the best scores for balanced accuracy, recall, and geometric mean.
Predicts credit risk of individuals based on information within their application utilizing supervised machine learning models
Add a description, image, and links to the easy-ensemble-classifier topic page so that developers can more easily learn about it.
To associate your repository with the easy-ensemble-classifier topic, visit your repo's landing page and select "manage topics."