Skip to content

Commit eebf646

Browse files
committed
Updated: All files for changes to platform
1 parent ae5d8fe commit eebf646

File tree

7 files changed

+343
-130
lines changed

7 files changed

+343
-130
lines changed

advanced_functionality/r_bring_your_own/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:16.04
22

3-
MAINTAINER David Arpin <arpin@amazon.com>
3+
MAINTAINER Amazon SageMaker Examples <amazon-sagemaker-examples@amazon.com>
44

55
RUN apt-get -y update && apt-get install -y --no-install-recommends \
66
wget \

advanced_functionality/r_bring_your_own/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ This folder contains one notebook and several helper files:
66

77
*Dockerfile:* is the necessary configuration for building a docker container that calls the `mars.R` script.
88

9-
*build_and_push.sh:* is a short shell script that will build and publish the algorithm's Docker container to AWS ECR. Running `source build_and_push.sh rmars` from the shell of a system with Docker and the proper credentials will create an ECR container that aligns to `r_bring_your_own.ipynb`.
10-
119
*r_bring_your_own.ipynb:* is a notebook that calls the custom container once built and pushed into ECR.

advanced_functionality/r_bring_your_own/build_and_push.sh

Lines changed: 0 additions & 56 deletions
This file was deleted.
Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
Sepal.Length,Sepal.Width,Petal.Length,Petal.Width,Species
2+
5.1,3.5,1.4,0.2,setosa
3+
4.9,3,1.4,0.2,setosa
4+
4.7,3.2,1.3,0.2,setosa
5+
4.6,3.1,1.5,0.2,setosa
6+
5,3.6,1.4,0.2,setosa
7+
5.4,3.9,1.7,0.4,setosa
8+
4.6,3.4,1.4,0.3,setosa
9+
5,3.4,1.5,0.2,setosa
10+
4.4,2.9,1.4,0.2,setosa
11+
4.9,3.1,1.5,0.1,setosa
12+
5.4,3.7,1.5,0.2,setosa
13+
4.8,3.4,1.6,0.2,setosa
14+
4.8,3,1.4,0.1,setosa
15+
4.3,3,1.1,0.1,setosa
16+
5.8,4,1.2,0.2,setosa
17+
5.7,4.4,1.5,0.4,setosa
18+
5.4,3.9,1.3,0.4,setosa
19+
5.1,3.5,1.4,0.3,setosa
20+
5.7,3.8,1.7,0.3,setosa
21+
5.1,3.8,1.5,0.3,setosa
22+
5.4,3.4,1.7,0.2,setosa
23+
5.1,3.7,1.5,0.4,setosa
24+
4.6,3.6,1,0.2,setosa
25+
5.1,3.3,1.7,0.5,setosa
26+
4.8,3.4,1.9,0.2,setosa
27+
5,3,1.6,0.2,setosa
28+
5,3.4,1.6,0.4,setosa
29+
5.2,3.5,1.5,0.2,setosa
30+
5.2,3.4,1.4,0.2,setosa
31+
4.7,3.2,1.6,0.2,setosa
32+
4.8,3.1,1.6,0.2,setosa
33+
5.4,3.4,1.5,0.4,setosa
34+
5.2,4.1,1.5,0.1,setosa
35+
5.5,4.2,1.4,0.2,setosa
36+
4.9,3.1,1.5,0.2,setosa
37+
5,3.2,1.2,0.2,setosa
38+
5.5,3.5,1.3,0.2,setosa
39+
4.9,3.6,1.4,0.1,setosa
40+
4.4,3,1.3,0.2,setosa
41+
5.1,3.4,1.5,0.2,setosa
42+
5,3.5,1.3,0.3,setosa
43+
4.5,2.3,1.3,0.3,setosa
44+
4.4,3.2,1.3,0.2,setosa
45+
5,3.5,1.6,0.6,setosa
46+
5.1,3.8,1.9,0.4,setosa
47+
4.8,3,1.4,0.3,setosa
48+
5.1,3.8,1.6,0.2,setosa
49+
4.6,3.2,1.4,0.2,setosa
50+
5.3,3.7,1.5,0.2,setosa
51+
5,3.3,1.4,0.2,setosa
52+
7,3.2,4.7,1.4,versicolor
53+
6.4,3.2,4.5,1.5,versicolor
54+
6.9,3.1,4.9,1.5,versicolor
55+
5.5,2.3,4,1.3,versicolor
56+
6.5,2.8,4.6,1.5,versicolor
57+
5.7,2.8,4.5,1.3,versicolor
58+
6.3,3.3,4.7,1.6,versicolor
59+
4.9,2.4,3.3,1,versicolor
60+
6.6,2.9,4.6,1.3,versicolor
61+
5.2,2.7,3.9,1.4,versicolor
62+
5,2,3.5,1,versicolor
63+
5.9,3,4.2,1.5,versicolor
64+
6,2.2,4,1,versicolor
65+
6.1,2.9,4.7,1.4,versicolor
66+
5.6,2.9,3.6,1.3,versicolor
67+
6.7,3.1,4.4,1.4,versicolor
68+
5.6,3,4.5,1.5,versicolor
69+
5.8,2.7,4.1,1,versicolor
70+
6.2,2.2,4.5,1.5,versicolor
71+
5.6,2.5,3.9,1.1,versicolor
72+
5.9,3.2,4.8,1.8,versicolor
73+
6.1,2.8,4,1.3,versicolor
74+
6.3,2.5,4.9,1.5,versicolor
75+
6.1,2.8,4.7,1.2,versicolor
76+
6.4,2.9,4.3,1.3,versicolor
77+
6.6,3,4.4,1.4,versicolor
78+
6.8,2.8,4.8,1.4,versicolor
79+
6.7,3,5,1.7,versicolor
80+
6,2.9,4.5,1.5,versicolor
81+
5.7,2.6,3.5,1,versicolor
82+
5.5,2.4,3.8,1.1,versicolor
83+
5.5,2.4,3.7,1,versicolor
84+
5.8,2.7,3.9,1.2,versicolor
85+
6,2.7,5.1,1.6,versicolor
86+
5.4,3,4.5,1.5,versicolor
87+
6,3.4,4.5,1.6,versicolor
88+
6.7,3.1,4.7,1.5,versicolor
89+
6.3,2.3,4.4,1.3,versicolor
90+
5.6,3,4.1,1.3,versicolor
91+
5.5,2.5,4,1.3,versicolor
92+
5.5,2.6,4.4,1.2,versicolor
93+
6.1,3,4.6,1.4,versicolor
94+
5.8,2.6,4,1.2,versicolor
95+
5,2.3,3.3,1,versicolor
96+
5.6,2.7,4.2,1.3,versicolor
97+
5.7,3,4.2,1.2,versicolor
98+
5.7,2.9,4.2,1.3,versicolor
99+
6.2,2.9,4.3,1.3,versicolor
100+
5.1,2.5,3,1.1,versicolor
101+
5.7,2.8,4.1,1.3,versicolor
102+
6.3,3.3,6,2.5,virginica
103+
5.8,2.7,5.1,1.9,virginica
104+
7.1,3,5.9,2.1,virginica
105+
6.3,2.9,5.6,1.8,virginica
106+
6.5,3,5.8,2.2,virginica
107+
7.6,3,6.6,2.1,virginica
108+
4.9,2.5,4.5,1.7,virginica
109+
7.3,2.9,6.3,1.8,virginica
110+
6.7,2.5,5.8,1.8,virginica
111+
7.2,3.6,6.1,2.5,virginica
112+
6.5,3.2,5.1,2,virginica
113+
6.4,2.7,5.3,1.9,virginica
114+
6.8,3,5.5,2.1,virginica
115+
5.7,2.5,5,2,virginica
116+
5.8,2.8,5.1,2.4,virginica
117+
6.4,3.2,5.3,2.3,virginica
118+
6.5,3,5.5,1.8,virginica
119+
7.7,3.8,6.7,2.2,virginica
120+
7.7,2.6,6.9,2.3,virginica
121+
6,2.2,5,1.5,virginica
122+
6.9,3.2,5.7,2.3,virginica
123+
5.6,2.8,4.9,2,virginica
124+
7.7,2.8,6.7,2,virginica
125+
6.3,2.7,4.9,1.8,virginica
126+
6.7,3.3,5.7,2.1,virginica
127+
7.2,3.2,6,1.8,virginica
128+
6.2,2.8,4.8,1.8,virginica
129+
6.1,3,4.9,1.8,virginica
130+
6.4,2.8,5.6,2.1,virginica
131+
7.2,3,5.8,1.6,virginica
132+
7.4,2.8,6.1,1.9,virginica
133+
7.9,3.8,6.4,2,virginica
134+
6.4,2.8,5.6,2.2,virginica
135+
6.3,2.8,5.1,1.5,virginica
136+
6.1,2.6,5.6,1.4,virginica
137+
7.7,3,6.1,2.3,virginica
138+
6.3,3.4,5.6,2.4,virginica
139+
6.4,3.1,5.5,1.8,virginica
140+
6,3,4.8,1.8,virginica
141+
6.9,3.1,5.4,2.1,virginica
142+
6.7,3.1,5.6,2.4,virginica
143+
6.9,3.1,5.1,2.3,virginica
144+
5.8,2.7,5.1,1.9,virginica
145+
6.8,3.2,5.9,2.3,virginica
146+
6.7,3.3,5.7,2.5,virginica
147+
6.7,3,5.2,2.3,virginica
148+
6.3,2.5,5,1.9,virginica
149+
6.5,3,5.2,2,virginica
150+
6.2,3.4,5.4,2.3,virginica
151+
5.9,3,5.1,1.8,virginica

advanced_functionality/r_bring_your_own/mars.R

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Copyright [first edit year]-[latest edit year] Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
#
3+
# 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
4+
#
5+
# http://aws.amazon.com/apache2.0/
6+
#
7+
# 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.
8+
9+
110
# Bring in library that contains multivariate adaptive regression splines (MARS)
211
library(mda)
312

advanced_functionality/r_bring_your_own/plumber.R

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# plumber.R
2+
# Copyright [first edit year]-[latest edit year] Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
#
4+
# 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
5+
#
6+
# http://aws.amazon.com/apache2.0/
7+
#
8+
# 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.
29

310

411
#' Ping to show server is there
5-
#' @post /ping
12+
#' @get /ping
613
function() {
7-
list(status='200', code='200')}
14+
return('')}
815

916

1017
#' Parse input and return prediction from model

0 commit comments

Comments
 (0)