Skip to content

Commit 3c17cba

Browse files
authored
Merge pull request aws#73 from awslabs/mvs-scikit-learn-already-installed
Scikit learn is already installed on mead
2 parents 008ac35 + 0374eef commit 3c17cba

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

advanced_functionality/kmeans_bring_your_own_model/kmeans_bring_your_own_model.ipynb

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,6 @@
6060
"role = re.sub(r'^(.+)sts::(\\d+):assumed-role/(.+?)/.*$', r'\\1iam::\\2:role/\\3', assumed_role)"
6161
]
6262
},
63-
{
64-
"cell_type": "markdown",
65-
"metadata": {},
66-
"source": [
67-
"Now we'll import the Python libraries we'll need."
68-
]
69-
},
70-
{
71-
"cell_type": "code",
72-
"execution_count": null,
73-
"metadata": {},
74-
"outputs": [],
75-
"source": [
76-
"!conda install -y scikit-learn"
77-
]
78-
},
7963
{
8064
"cell_type": "code",
8165
"execution_count": null,

0 commit comments

Comments
 (0)