Skip to content

Commit b0f76c9

Browse files
committed
Final review and edited
1 parent a550c78 commit b0f76c9

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed

.ipynb_checkpoints/pymaceuticals_starter-checkpoint.ipynb

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@
1111
"* From the selected treatments Capomulin and Ramicane reduces the size of tumors better."
1212
]
1313
},
14-
{
15-
"cell_type": "markdown",
16-
"metadata": {},
17-
"source": []
18-
},
1914
{
2015
"cell_type": "code",
21-
"execution_count": 34,
16+
"execution_count": 71,
2217
"metadata": {},
2318
"outputs": [
2419
{
@@ -103,7 +98,7 @@
10398
"4 g791 Ramicane Male 11 16"
10499
]
105100
},
106-
"execution_count": 34,
101+
"execution_count": 71,
107102
"metadata": {},
108103
"output_type": "execute_result"
109104
}
@@ -127,7 +122,7 @@
127122
},
128123
{
129124
"cell_type": "code",
130-
"execution_count": 35,
125+
"execution_count": 72,
131126
"metadata": {},
132127
"outputs": [
133128
{
@@ -206,7 +201,7 @@
206201
"4 c819 0 45.0 0"
207202
]
208203
},
209-
"execution_count": 35,
204+
"execution_count": 72,
210205
"metadata": {},
211206
"output_type": "execute_result"
212207
}
@@ -2308,6 +2303,7 @@
23082303
"(slope, intercept,rvalue, pvalue, stderr)= linregress(avg_capm_vol[\"Weight (g)\"],avg_capm_vol[\"Tumor Volume (mm3)\"])\n",
23092304
"regress_values=avg_capm_vol[\"Weight (g)\"]* slope + intercept\n",
23102305
"line_eq= f\"y = {round(slope, 2)} x + {round(intercept, 2)}\"\n",
2306+
"\n",
23112307
"plt.scatter(avg_capm_vol[\"Weight (g)\"],avg_capm_vol[\"Tumor Volume (mm3)\"],color='b')\n",
23122308
"plt.plot(avg_capm_vol[\"Weight (g)\"], regress_values, color='red')\n",
23132309
"plt.annotate(line_eq,(20,36), fontsize=14)\n",

pymaceuticals_starter.ipynb

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@
1111
"* From the selected treatments Capomulin and Ramicane reduces the size of tumors better."
1212
]
1313
},
14-
{
15-
"cell_type": "markdown",
16-
"metadata": {},
17-
"source": []
18-
},
1914
{
2015
"cell_type": "code",
21-
"execution_count": 34,
16+
"execution_count": 71,
2217
"metadata": {},
2318
"outputs": [
2419
{
@@ -103,7 +98,7 @@
10398
"4 g791 Ramicane Male 11 16"
10499
]
105100
},
106-
"execution_count": 34,
101+
"execution_count": 71,
107102
"metadata": {},
108103
"output_type": "execute_result"
109104
}
@@ -127,7 +122,7 @@
127122
},
128123
{
129124
"cell_type": "code",
130-
"execution_count": 35,
125+
"execution_count": 72,
131126
"metadata": {},
132127
"outputs": [
133128
{
@@ -206,7 +201,7 @@
206201
"4 c819 0 45.0 0"
207202
]
208203
},
209-
"execution_count": 35,
204+
"execution_count": 72,
210205
"metadata": {},
211206
"output_type": "execute_result"
212207
}
@@ -2308,6 +2303,7 @@
23082303
"(slope, intercept,rvalue, pvalue, stderr)= linregress(avg_capm_vol[\"Weight (g)\"],avg_capm_vol[\"Tumor Volume (mm3)\"])\n",
23092304
"regress_values=avg_capm_vol[\"Weight (g)\"]* slope + intercept\n",
23102305
"line_eq= f\"y = {round(slope, 2)} x + {round(intercept, 2)}\"\n",
2306+
"\n",
23112307
"plt.scatter(avg_capm_vol[\"Weight (g)\"],avg_capm_vol[\"Tumor Volume (mm3)\"],color='b')\n",
23122308
"plt.plot(avg_capm_vol[\"Weight (g)\"], regress_values, color='red')\n",
23132309
"plt.annotate(line_eq,(20,36), fontsize=14)\n",

0 commit comments

Comments
 (0)