Skip to content

Commit f117fc6

Browse files
committed
Fix ToC
1 parent d702e19 commit f117fc6

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

scikit_bring_your_own/scikit_bring_your_own.ipynb

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
"\n",
1111
"By packaging an algorithm in a container, you can bring almost any code to the Amazon SageMaker environment, regardless of programming language, environment, framework, or dependencies. \n",
1212
"\n",
13-
"_TODO: make sure TOC is up-to-date_\n",
14-
"\n",
1513
"1. [Building your own algorithm container](#Building-your-own-algorithm-container)\n",
1614
" 1. [When should I build my own algorithm container?](#When-should-I-build-my-own-algorithm-container?)\n",
1715
" 1. [Permissions](#Permissions)\n",
@@ -26,10 +24,17 @@
2624
" 1. [Running your container during hosting](#Running-your-container-during-hosting)\n",
2725
" 1. [The parts of the sample container](#The-parts-of-the-sample-container)\n",
2826
" 1. [The Dockerfile](#The-Dockerfile)\n",
27+
" 1. [Building and registering the container](#Building-and-registering-the-container)\n",
2928
" 1. [Testing your algorithm on your local machine or on an Amazon SageMaker notebook instance](#Testing-your-algorithm-on-your-local-machine-or-on-an-Amazon-SageMaker-notebook-instance)\n",
3029
"1. [Part 2: Training and Hosting your Algorithm in Amazon SageMaker](#Part-2:-Training-and-Hosting-your-Algorithm-in-Amazon-SageMaker)\n",
30+
" 1. [Set up the environment](#Set-up-the-environment)\n",
31+
" 1. [Create the session](#Create-the-session)\n",
3132
" 1. [Upload the data for training](#Upload-the-data-for-training)\n",
32-
" \n",
33+
" 1. [Create an estimator and fit the model](#Create-an-estimator-and-fit-the-model)\n",
34+
" 1. [Deploy the model](#Deploy-the-model)\n",
35+
" 1. [Choose some data and use it for a prediction](#Choose-some-data-and-use-it-for-a-prediction)\n",
36+
" 1. [Optional cleanup](#Optional-cleanup) \n",
37+
"\n",
3338
"_or_ I'm impatient, just [let me see the code](#The-Dockerfile)!\n",
3439
"\n",
3540
"## When should I build my own algorithm container?\n",
@@ -482,9 +487,9 @@
482487
],
483488
"metadata": {
484489
"kernelspec": {
485-
"display_name": "Environment (conda_tensorflow_p36)",
490+
"display_name": "Python 3",
486491
"language": "python",
487-
"name": "conda_tensorflow_p36"
492+
"name": "python3"
488493
},
489494
"language_info": {
490495
"codemirror_mode": {
@@ -495,9 +500,8 @@
495500
"mimetype": "text/x-python",
496501
"name": "python",
497502
"nbconvert_exporter": "python",
498-
"notice": "Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the \"License\"). You may not use this file except in compliance with the License. A copy of the License is located at http://aws.amazon.com/apache2.0/ or in the \"license\" file accompanying this file. This file is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.",
499503
"pygments_lexer": "ipython3",
500-
"version": "3.6.3"
504+
"version": "3.6.2"
501505
}
502506
},
503507
"nbformat": 4,

0 commit comments

Comments
 (0)