There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.