Package: deepboost
Type: Package
Title: Deep Boosting Ensemble Modeling
Version: 0.1.5
Date: 2016-12-28
Author: Daniel Marcous [aut, cre], Yotam Sandbank [aut], Google Inc. [cph]
Maintainer: Daniel Marcous <dmarcous@gmail.com>
Authors@R: c(
    person("Daniel", "Marcous", email = "dmarcous@gmail.com", role = c("aut","cre")),
    person("Yotam", "Sandbank", email = "yotamsandbank@gmail.com", role = "aut"),
    person("Google Inc.", role = "cph")
  )
Description: Provides deep boosting models training, evaluation, predicting and
 hyper parameter optimising using grid search and cross validation.
 Based on Google's Deep Boosting algorithm, and Google's C++ implementation.
 Cortes, C., Mohri, M., & Syed, U. (2014) <http://machinelearning.wustl.edu/mlpapers/papers/icml2014c2_cortesb14>.
URL: https://github.com/dmarcous/CRAN_deepboost
BugReports: https://github.com/dmarcous/CRAN_deepboost/issues
License: Apache License (== 2.0)
LazyData: TRUE
Suggests: testthat, ada, caret
Depends: R (>= 3.1)
Imports: Rcpp (>= 0.12.2), methods
LinkingTo: Rcpp
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-12-29 00:51:40 UTC; dmarcous
Repository: CRAN
Date/Publication: 2016-12-29 11:52:15
