Skip to content

Commit 774f4c2

Browse files
committed
Created using Google Colab By - Lovnish Verma
1 parent 5172b05 commit 774f4c2

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Scikit_Learn_Machine_Learning_in_Python_.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"metadata": {
55
"colab": {
66
"provenance": [],
7-
"authorship_tag": "ABX9TyNa+Jpfgt5s0MEH71oDlmVB",
7+
"authorship_tag": "ABX9TyO5mXKywMbgCGo4CsfMj/pI",
88
"include_colab_link": true
99
},
1010
"kernelspec": {
@@ -72,10 +72,18 @@
7272
"id": "GervC5MX5Osg"
7373
}
7474
},
75+
{
76+
"cell_type": "markdown",
77+
"source": [
78+
"### **Importing Required Libraries**"
79+
],
80+
"metadata": {
81+
"id": "IgOnVv-x63BR"
82+
}
83+
},
7584
{
7685
"cell_type": "code",
7786
"source": [
78-
"### **Importing Required Libraries**\n",
7987
"import numpy as np\n",
8088
"import pandas as pd\n",
8189
"import matplotlib.pyplot as plt\n",

0 commit comments

Comments
 (0)