Commit
·
9cdf12a
1
Parent(s):
27b149b
final changes
Browse files- predict_from_csv.ipynb +3 -3
predict_from_csv.ipynb
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"cells": [
|
| 3 |
{
|
| 4 |
"cell_type": "code",
|
| 5 |
-
"execution_count":
|
| 6 |
"id": "fd9ef55b",
|
| 7 |
"metadata": {},
|
| 8 |
"outputs": [
|
|
@@ -34,8 +34,8 @@
|
|
| 34 |
"\n",
|
| 35 |
"# ***************** LOAD THE TEST DATA WITH Q1, Q2, Q3 *********************\n",
|
| 36 |
"\n",
|
| 37 |
-
"input_path = \"/
|
| 38 |
-
"output_path = \"/
|
| 39 |
"\n",
|
| 40 |
"df = pd.read_csv(input_path)\n",
|
| 41 |
"\n",
|
|
|
|
| 2 |
"cells": [
|
| 3 |
{
|
| 4 |
"cell_type": "code",
|
| 5 |
+
"execution_count": null,
|
| 6 |
"id": "fd9ef55b",
|
| 7 |
"metadata": {},
|
| 8 |
"outputs": [
|
|
|
|
| 34 |
"\n",
|
| 35 |
"# ***************** LOAD THE TEST DATA WITH Q1, Q2, Q3 *********************\n",
|
| 36 |
"\n",
|
| 37 |
+
"input_path = \"/path/to/test.csv\" # path to test data\n",
|
| 38 |
+
"output_path = \"/path/to/output/filled_predictions.csv\" # change PATH and NAME of output\n",
|
| 39 |
"\n",
|
| 40 |
"df = pd.read_csv(input_path)\n",
|
| 41 |
"\n",
|