-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
29 lines (29 loc) · 886 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: sagemaker
Type: Package
Title: R SDK for `AWS Sagemaker`
Version: 1.0.9000
Authors@R: c(person("Dyfan", "Jones", email="[email protected]", role= c("aut", "cre")),
person("Amazon.com, Inc.", role = "cph"))
Description: A library for training and deploying machine learning models on
Amazon SageMaker <https://aws.amazon.com/sagemaker/> using R through `paws SDK`.
Imports:
lgr,
sagemaker.debugger,
sagemaker.core,
sagemaker.common,
sagemaker.mlcore,
sagemaker.mlframework,
sagemaker.workflow
Suggests:
testthat
Remotes:
DyfanJones/sagemaker-r-debugger,
DyfanJones/sagemaker-r-core,
DyfanJones/sagemaker-r-common,
DyfanJones/sagemaker-r-mlcore,
DyfanJones/sagemaker-r-mlframework,
DyfanJones/sagemaker-r-workflow
License: Apache License (>= 2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2