mohit-dhote / Codify-Platform

Raise Genuine PRs, Your PRs will be accepted, Don't forget to spread love and if you like give us a ⭐️you aren't allowed to Update README.md
https://hacktoberfest.com
GNU General Public License v3.0
30 stars 49 forks source link

Added logistic_regression_implementation.py #43

Closed adit2005 closed 1 year ago

adit2005 commented 1 year ago

Hi @mohit-dhote I have added implementation of logistic regression ML algo from scratch in python. I request you to pls review it and merge my PR.

This code is an implementation of logistic regression from scratch, followed by a comparison with the logistic regression implementation provided by scikit-learn (sklearn).

adit2005 commented 1 year ago

Thanks @mohit-dhote for merging my PR.