-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
23 lines (23 loc) · 934 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
Package: blkbox
Type: Package
Title: Data Exploration with Multiple Machine Learning Algorithms
Version: 1.0
Date: 2016-08-05
Author: Zachary Davies, Boris Guennewig
Maintainer: Boris Guennewig <[email protected]>
Description: Allows data to be processed by multiple machine learning algorithms
at the same time, enables feature selection of data by single a algorithm or
combinations of multiple. Easy to use tool for k-fold cross validation and
nested cross validation.
License: GPL (>= 2)
LazyData: TRUE
Depends: R (>= 3.0.0), methods
Imports: dplyr, plyr, tidyr, magrittr, caret, ggplot2, glmnet,
bartMachine, reshape2, randomForest, kknn, pamr, nnet, party,
rJava, e1071, pROC, stringr, xgboost, parallel, knitr,
rmarkdown, shiny, shinyjs, reshape, gtools, tibble
Suggests: bigrf
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-08-07 13:30:00 UTC; Davies
VignetteBuilder: knitr