Skip to content

Commit

Permalink
Updating AthenaML notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
avirtuos committed Dec 1, 2019
1 parent 158b4ee commit 0dad0c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/Athena-ML.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"# specify general training job information\n",
"rcf = RandomCutForest(role=execution_role,\n",
" train_instance_count=1,\n",
" train_instance_type='ml.c5d.4xlarge',\n",
" train_instance_type='ml.c4.8xlarge',\n",
" data_location='s3://{}/{}/'.format(bucket, prefix),\n",
" output_path='s3://{}/{}/output'.format(bucket, prefix),\n",
" num_samples_per_tree=512,\n",
Expand All @@ -109,7 +109,7 @@
"\n",
"rcf_inference = rcf.deploy(\n",
" initial_instance_count=1,\n",
" instance_type='ml.m4.xlarge',\n",
" instance_type='ml.c4.8xlarge',\n",
")\n",
"\n",
"print('\\nEndpoint name (used by Athena): {}'.format(rcf_inference.endpoint))"
Expand Down

0 comments on commit 0dad0c1

Please sign in to comment.