/LogisticRegressionByHand

Toy logistic regression function by hand

Primary LanguagePython

A quick example of logistic regression using gradient descent. The program is implemented in python primarily in numpy and pandas for passing data.

Enjoy!