divyanshugit / Avid-Algorithms

Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
MIT License
11 stars 20 forks source link

Logistic Regression Algorithm #34

Open pavi-ninjaac opened 3 years ago

pavi-ninjaac commented 3 years ago
  1. Math Background (needed for this)
  2. Add description about the Logistic Regression Algorithm
  3. Code it from scratch using python
  4. Evaluation
  5. Compare the scratch code results with sklearn results
ashish-reddy-20-08 commented 3 years ago

@divyanshugit , Can you please assign me this . I am hacktoberfest participant. Approach: A detailed explanation with examples.

pavi-ninjaac commented 3 years ago

@divyanshugit created the PR for this...please check