Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 342 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 342 Bytes

Simple Logistic Regression

  • This is a very simplified version of a logistic regression project, the goal of which is to highlight the statistical values to check for performance/significance verification.
  • Highlighting how to visualize decision boundary.
  • To run the notebook, run pip install -r requirements.txt in the repo directory.