Skip to content

Commit 15e02b9

Browse files
Created using Colaboratory
1 parent 47f0d15 commit 15e02b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

09_Random_Forest.ipynb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"name": "09 Random Forest.ipynb",
77
"provenance": [],
88
"collapsed_sections": [],
9-
"authorship_tag": "ABX9TyMyaoinF2t49k48AfgKEW98",
9+
"authorship_tag": "ABX9TyMcpo8YTLdr769fmsN5bvH3",
1010
"include_colab_link": true
1111
},
1212
"kernelspec": {
@@ -151,8 +151,6 @@
151151
"warnings.filterwarnings(\"ignore\")\n",
152152
"\n",
153153
"# Loading Dataset\n",
154-
"boston_dataset = datasets.load_diabetes()\n",
155-
"\n",
156154
"breast = datasets.load_breast_cancer()\n",
157155
"df = pd.DataFrame(breast.data)\n",
158156
"df.columns = breast.feature_names\n",

0 commit comments

Comments
 (0)