You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Machine-Learning project that uses a variety of credit-related risk factors to predict a potential client's credit risk. Machine Learning models include Logistic Regression, Balanced Random Forest and EasyEnsemble, and a variety of re-sampling techniques are used (Oversampling/SMOTE, Undersampling/Cluster Centroids, and SMOTEENN) to re-sample th…
We'll use Python to build and evaluate several machine learning models to predict credit risk. Being able to predict credit risk with machine learning algorithms can help banks and financial institutions predict anomalies, reduce risk cases, monitor portfolios, and provide recommendations on what to do in cases of fraud.
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).
Using my skills in data preparation, statistical reasoning, and machine learning I employed different techniques to train and evaluate models with unbalanced classes.
This is my project for predicting hospital readmissions using machine learning. The focus is on creating a binary classification model that is both effective and user-friendly.
In this project, three prospective approaches are demonstrated for pre-processing large data sets in practical time-frames, that can attempt to address the class imbalance by improving the running time of the relevant SMOTE+ENN oversampling techniques, with the aim of improving or enabling classifier performance. The focus of our study was to im…
Developing fraud detection systems using a variety of machine learning and deep learning models. Emphasis is placed on model explainability to ensure transparency in predictions, an essential aspect in financial applications.
This project aims to predict credit risk using various ensemble machine learning techniques. I have also tried to handle imbalance by using various sampling methods.
Employ different techniques to train and evaluate models with unbalanced classes. Evaluate the performance of these models and make recommendations on their suitability to predict credit risk.