-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
54 lines (54 loc) · 1.95 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Package: pmml
Type: Package
Title: Generate PMML for Various Models
Version: 2.5.2
Authors@R: c(
person("Dmitriy", "Bolotov", email = "[email protected]", role = c("aut", "cre")),
person("Tridivesh", "Jena", email = "[email protected]", role = "aut"),
person("Graham", "Williams", email = "[email protected]", role = "aut"),
person("Wen-Ching", "Lin", role = "aut"),
person("Michael", "Hahsler", email = "[email protected]", role = "aut"),
person("Hemant", "Ishwaran", role = "aut"),
person("Udaya B.", "Kogalur", role = "aut"),
person("Rajarshi", "Guha", email = "[email protected]", role = "aut"),
person("Software AG", role = c("cph")))
Depends:
XML
Suggests:
ada,
amap,
arules,
caret,
clue,
data.table,
forecast,
gbm,
glmnet,
Matrix,
neighbr,
nnet,
rpart,
randomForest,
rattle,
kernlab,
e1071,
testthat,
survival,
xgboost,
knitr,
rmarkdown,
covr,
tibble
Imports:
methods,
stats,
utils,
stringr
License: GPL-3 | file LICENSE
Description: The Predictive Model Markup Language (PMML) is an XML-based language which provides a way for applications to define machine learning, statistical and data mining models and to share models between PMML compliant applications. More information about the PMML industry standard and the Data Mining Group can be found at <http://dmg.org/>. The generated PMML can be imported into any PMML consuming application, such as Zementis Predictive Analytics products. The package isofor (used for anomaly detection) can be installed with devtools::install_github("gravesee/isofor").
URL: https://open-source.softwareag.com/r-pmml/, https://github.com/SoftwareAG/r-pmml, https://www.softwareag.com/corporate/products/az/zementis/default.html
BugReports: https://github.com/SoftwareAG/r-pmml/issues
NeedsCompilation: no
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Encoding: UTF-8