From 5f4b067435b36f450ea28f2f2b14cde1a4c233cb Mon Sep 17 00:00:00 2001 From: mahesh147 Date: Thu, 11 Jan 2018 22:13:51 +0530 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e59806..124fb74 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ A simple python program that implements Linear Regression on a sample dataset. T Y_Pred stores the predicted values of X_Test -A graph is plotted using the matplotlib.pyplot to visually represent the Linear Regressionmodel. +A graph is plotted using the matplotlib.pyplot to visually represent the Linear Regression model.