Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 429 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 429 Bytes

Logistic-Regression-Classifier

Part of the Data Scinece Bootcamp training material. I wrote it as an illustration of simple logistic-regression classifier algorithm implementation. There are two implemented algorithms:

  • Iterative log-reg classifier
  • Vector log-reg classifier

In both implementation an accuracy comparison with sklearn log-reg and LDA classifiers was conducted.