Mathanraj-Sharma/Loan-Prediction-Practice-Model
Simple loan prediction model build as a practice exercise using python sklearn library. Used logistic regression as training algorithm and accuracy as the evaluation metric and used StratifiedKFold for resampling training data for training and evaluation.
Python