News

Object-Oriented Logistic Regression Implementation A comprehensive, object-oriented implementation of logistic regression from scratch using NumPy, featuring gradient descent optimization, ...
Credit Risk Scoring Model (Logistic Regression) Objective Predict the likelihood of loan default using historical loan application data and logistic regression. This project simulates how risk ...