-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 893 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: zementisTutorials
Title: Data Science and Zementis tutorials based on R, Zementis, and PMML
Version: 0.5.0
Authors@R: person("Alexander", "Lemm", email = "[email protected]", role = c("aut", "cre"))
Description: The package offers several tutorials in the domain of data science, Zementis, and PMML.
Students will gain a general understanding of the entire data science process. In addition, they
will learn how to operationalize their analytics setup with Zementis Server and PMML.
Depends: R (>= 3.4.0)
License: GPL-3
URL: https://github.com/alex23lemm/zementisTutorials
BugReports: https://github.com/alex23lemm/zementisTutorials/issues
Encoding: UTF-8
LazyData: true
Imports: httr,
ggplot2,
purrr,
dplyr,
tidyr,
randomForest,
rpart,
rpart.plot,
caret,
XML,
pmml,
jsonlite,
learnr,
magrittr,
xml2
RoxygenNote: 6.1.1