Relative Content

Tag Archive for pythonmachine-learninglinear-regression

Linear Regression producing incorrect results

I tried implementing my own linear regression algorithm using csv module. I know about pandas but I prefer to use csv module. However, the straight line is not visible. Here’s my code:

Linear Regression producing incorrect results

I tried implementing my own linear regression algorithm using csv module. I know about pandas but I prefer to use csv module. However, the straight line is not visible. Here’s my code: