We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5172b05 commit 774f4c2Copy full SHA for 774f4c2
Scikit_Learn_Machine_Learning_in_Python_.ipynb
@@ -4,7 +4,7 @@
4
"metadata": {
5
"colab": {
6
"provenance": [],
7
- "authorship_tag": "ABX9TyNa+Jpfgt5s0MEH71oDlmVB",
+ "authorship_tag": "ABX9TyO5mXKywMbgCGo4CsfMj/pI",
8
"include_colab_link": true
9
},
10
"kernelspec": {
@@ -72,10 +72,18 @@
72
"id": "GervC5MX5Osg"
73
}
74
75
+ {
76
+ "cell_type": "markdown",
77
+ "source": [
78
+ "### **Importing Required Libraries**"
79
+ ],
80
+ "metadata": {
81
+ "id": "IgOnVv-x63BR"
82
+ }
83
+ },
84
{
85
"cell_type": "code",
86
"source": [
- "### **Importing Required Libraries**\n",
87
"import numpy as np\n",
88
"import pandas as pd\n",
89
"import matplotlib.pyplot as plt\n",
0 commit comments