how to implement logistic regression from scratch
What is logistic regression? Welcome back! Today we are tackling a concept that sounds intimidating but is actually quite elegant. Logistic regression is a workhorse algorithm for binary classification . Despite the name, it do…