perborgen / LogisticRegression

Logistic regression from scratch in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LogisticRegression

Logistic regression from scratch in Python

This example uses gradient descent to fit the model. It also contains a Scikit Learn's way of doing logistic regression, so we can compare the two implementations.

About

Logistic regression from scratch in Python


Languages

Language:Python 100.0%