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
I was tasked with constructing a ML model to predict the outcome of small business loans with the goal to reduce the amount of risky loans that get approved. I chose to train a Logistic Regression model due to it being easily to interpret. The model was able to predict 90% accuracy with the testing data.