forked from ltorgo/performanceEstimation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.53 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
Package: performanceEstimation
Type: Package
Title: An Infra-Structure for Performance Estimation of Predictive Models
Description: An infra-structure for estimating the predictive performance of
predictive models. In this context, it can also be used to compare and/or select
among different alternative ways of solving one or more predictive tasks. The
main goal of the package is to provide a generic infra-structure to estimate
the values of different metrics of predictive performance using different
estimation procedures. These estimation tasks can be applied to any solutions
(workflows) to the predictive tasks. The package provides easy to use standard
workflows that allow the usage of any available R modeling algorithm together
with some pre-defined data pre-processing steps and also prediction post-
processing methods. It also provides means for addressing issues related with
the statistical significance of the observed differences.
Version: 1.1.1
Depends:
R(>= 3.0),
methods
Imports:
ggplot2 (>= 0.9.3),
parallelMap (>= 1.3),
parallel,
tidyr (>= 0.4.1),
dplyr (>= 0.4.3)
Date: 2017-08-11
Authors@R: person("Luis", "Torgo", email = "[email protected]", role = c("aut", "cre"))
URL: https://github.com/ltorgo/performanceEstimation
BugReports: https://github.com/ltorgo/performanceEstimation/issues
License: GPL (>=2)
LazyLoad: yes
LazyData: yes
Suggests:
knitr,
rmarkdown,
devtools,
e1071,
DMwR,
randomForest,
quantmod,
nnet,
mlbench,
MASS