File tree 4 files changed +19
-12
lines changed
4 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 54
54
"cell_type" : " code" ,
55
55
"execution_count" : null ,
56
56
"metadata" : {
57
- "collapsed" : true
57
+ "collapsed" : true ,
58
+ "isConfigCell" : true
58
59
},
59
60
"outputs" : [],
60
61
"source" : [
61
62
" role='<your IM execution role here>'\n " ,
62
- " bucket='<< bucket-name> >'"
63
+ " bucket='<bucket-name>'"
63
64
]
64
65
},
65
66
{
Original file line number Diff line number Diff line change 53
53
{
54
54
"cell_type" : " code" ,
55
55
"execution_count" : null ,
56
- "metadata" : {},
56
+ "metadata" : {
57
+ "isConfigCell" : true
58
+ },
57
59
"outputs" : [],
58
60
"source" : [
59
61
" role='<your IM execution role here>'\n " ,
60
- " bucket='<< bucket-name> >'"
62
+ " bucket='<bucket-name>'"
61
63
]
62
64
},
63
65
{
517
519
],
518
520
"metadata" : {
519
521
"kernelspec" : {
520
- "display_name" : " Python [default] " ,
522
+ "display_name" : " Python 3 " ,
521
523
"language" : " python" ,
522
524
"name" : " python3"
523
525
},
531
533
"name" : " python" ,
532
534
"nbconvert_exporter" : " python" ,
533
535
"pygments_lexer" : " ipython3" ,
534
- "version" : " 3.6.1 "
536
+ "version" : " 3.5.2 "
535
537
}
536
538
},
537
539
"nbformat" : 4 ,
Original file line number Diff line number Diff line change 13
13
{
14
14
"cell_type" : " code" ,
15
15
"execution_count" : null ,
16
- "metadata" : {},
16
+ "metadata" : {
17
+ "isConfigCell" : true
18
+ },
17
19
"outputs" : [],
18
20
"source" : [
19
21
" #Bucket location to save your custom code in tar.gz format.\n " ,
20
- " custom_code_upload_location = 's3://<< bucket-name> >/customcode'\n " ,
22
+ " custom_code_upload_location = 's3://<bucket-name>/customcode'\n " ,
21
23
" #Bucket location where results of model training are saved.\n " ,
22
- " model_artifacts_location = 's3://<< bucket-name> >/artifacts'\n " ,
24
+ " model_artifacts_location = 's3://<bucket-name>/artifacts'\n " ,
23
25
" role='<your IM execution role here>'"
24
26
]
25
27
},
Original file line number Diff line number Diff line change 92
92
{
93
93
"cell_type" : " code" ,
94
94
"execution_count" : null ,
95
- "metadata" : {},
95
+ "metadata" : {
96
+ "isConfigCell" : true
97
+ },
96
98
"outputs" : [],
97
99
"source" : [
98
100
" #Bucket location to save your custom code in tar.gz format.\n " ,
99
- " custom_code_upload_location = 's3://<< bucket-name> >/customcode'\n " ,
101
+ " custom_code_upload_location = 's3://<bucket-name>/customcode'\n " ,
100
102
" #Bucket location where results of model training are saved.\n " ,
101
- " model_artifacts_location = 's3://<< bucket-name> >/artifacts'\n " ,
103
+ " model_artifacts_location = 's3://<bucket-name>/artifacts'\n " ,
102
104
" role='<your IM execution role here>'"
103
105
]
104
106
},
You can’t perform that action at this time.
0 commit comments