diff --git a/Ques_NPTEL.ipynb b/Ques_NPTEL.ipynb index 5e36193..e7fc160 100644 --- a/Ques_NPTEL.ipynb +++ b/Ques_NPTEL.ipynb @@ -6,6 +6,7 @@ "metadata": {}, "outputs": [], "source": [ + "import pandas as pd" ] }, @@ -149,6 +150,7 @@ "metadata": {}, "outputs": [], "source": [ + "from sklearn.linear_model import LinearRegression" ] }, 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.