anshrathod / Basic-Python-Scripts

Created For HacktoberFest.
GNU General Public License v2.0
27 stars 97 forks source link

Linear regression example #168

Closed MaciejSabalski closed 1 year ago

MaciejSabalski commented 2 years ago

I've added simple linear regression example (seen that ther is a Logistic Regression over ther, so I wanted to add another simple method of modeling). It's based on sklearn, matplotlib.pyplot and numpy.