Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EC2 Default User committed Aug 17, 2022
1 parent 64bd59c commit 3393a1e
Showing 1 changed file with 1 addition and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,7 @@
"source": [
"WORK_DIRECTORY = \"data\"\n",
"\n",
"data_location = sess.upload_data(WORK_DIRECTORY, key_prefix=prefix)\n",
"!aws s3 ls $data_location"
"data_location = sess.upload_data(WORK_DIRECTORY, key_prefix=prefix)"
]
},
{
Expand Down Expand Up @@ -543,15 +542,6 @@
"* The __output path__ determines where the inference results will be written"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"print(pd.read_csv(\"data/iris.csv\"))"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand All @@ -561,15 +551,6 @@
"! aws s3 cp --recursive $data_location ."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"print(pd.read_csv(\"iris.csv\"))"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit 3393a1e

Please sign in to comment.