Skip to content

Commit 06bca33

Browse files
Merge pull request #3 from aws-samples/feature/add-fs
adding fs
2 parents 68debb4 + 2c7d5c7 commit 06bca33

36 files changed

+1575
-134
lines changed

0-Introduction/introduction.ipynb

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,28 @@
6464
{
6565
"cell_type": "code",
6666
"execution_count": null,
67-
"metadata": {},
67+
"metadata": {
68+
"scrolled": true,
69+
"tags": []
70+
},
6871
"outputs": [],
6972
"source": [
7073
"import sys\n",
71-
"!{sys.executable} -m pip install sagemaker==2.42.0 -U\n",
74+
"!{sys.executable} -m pip install sagemaker -U\n",
75+
"#!{sys.executable} -m pip install sagemaker==2.42.0 -U\n",
7276
"!{sys.executable} -m pip install sagemaker-experiments\n",
73-
"!{sys.executable} -m pip install xgboost==1.3.3\n",
77+
"!{sys.executable} -m pip install xgboost\n",
78+
"#!{sys.executable} -m pip install xgboost==1.3.3\n",
7479
"#!pip freeze | grep sagemaker\n",
75-
"#!pip freeze | grep xgboost"
80+
"#!pip freeze | grep xgboostb"
7681
]
7782
},
7883
{
7984
"cell_type": "code",
8085
"execution_count": null,
81-
"metadata": {},
86+
"metadata": {
87+
"tags": []
88+
},
8289
"outputs": [],
8390
"source": [
8491
"import pandas as pd\n",
@@ -130,7 +137,9 @@
130137
{
131138
"cell_type": "code",
132139
"execution_count": null,
133-
"metadata": {},
140+
"metadata": {
141+
"tags": []
142+
},
134143
"outputs": [],
135144
"source": [
136145
"!wget https://higheredbcs.wiley.com/legacy/college/larose/0470908742/ds/data_sets.zip\n",
@@ -142,7 +151,9 @@
142151
{
143152
"cell_type": "code",
144153
"execution_count": null,
145-
"metadata": {},
154+
"metadata": {
155+
"tags": []
156+
},
146157
"outputs": [],
147158
"source": [
148159
"local_raw_path = \"churn.txt\"\n",
@@ -161,7 +172,9 @@
161172
{
162173
"cell_type": "code",
163174
"execution_count": null,
164-
"metadata": {},
175+
"metadata": {
176+
"tags": []
177+
},
165178
"outputs": [],
166179
"source": [
167180
"%store s3uri_raw\n",

0 commit comments

Comments
 (0)