From 19c74a4081e8f23407f1c5bc1788f73a366e99ba Mon Sep 17 00:00:00 2001 From: AHTESHAM ZAIDI Date: Thu, 1 Oct 2020 01:01:38 +0530 Subject: [PATCH 1/3] Update Ques_NPTEL.ipynb --- Ques_NPTEL.ipynb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ques_NPTEL.ipynb b/Ques_NPTEL.ipynb index 5e36193..c711fcd 100644 --- a/Ques_NPTEL.ipynb +++ b/Ques_NPTEL.ipynb @@ -6,6 +6,7 @@ "metadata": {}, "outputs": [], "source": [ + "#importing pandas library", "import pandas as pd" ] }, @@ -149,6 +150,7 @@ "metadata": {}, "outputs": [], "source": [ + "importing LinearRegression from sklearn", "from sklearn.linear_model import LinearRegression" ] }, From d09adcd8e0985fb6a22f01eb3ab35958e634b95f Mon Sep 17 00:00:00 2001 From: AHTESHAM ZAIDI Date: Thu, 1 Oct 2020 01:05:17 +0530 Subject: [PATCH 2/3] Update Ques_NPTEL.ipynb --- Ques_NPTEL.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ques_NPTEL.ipynb b/Ques_NPTEL.ipynb index c711fcd..e7fc160 100644 --- a/Ques_NPTEL.ipynb +++ b/Ques_NPTEL.ipynb @@ -6,7 +6,7 @@ "metadata": {}, "outputs": [], "source": [ - "#importing pandas library", + "import pandas as pd" ] }, @@ -150,7 +150,7 @@ "metadata": {}, "outputs": [], "source": [ - "importing LinearRegression from sklearn", + "from sklearn.linear_model import LinearRegression" ] }, From 89c31481a759b2955f1fc913159fff429063b0a8 Mon Sep 17 00:00:00 2001 From: AHTESHAM ZAIDI Date: Thu, 1 Oct 2020 01:09:25 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f522d6..0cc514c 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # Machine_Learning -Machine Learning Test Program +These are important Machine Learning Test Programs to understand Supervised Learning Techniques.