Package: manymodelr
Title: Build and Tune Several Models
Version: 0.2.1
Authors@R: 
    person(given = "Nelson",
           family = "Gonzabato",
           email = "gonzabato@hotmail.com",
           role=c("aut","cre"))
Description: Frequently one needs a convenient way to build and tune
             several models in one go.The goal is to provide a number of convenience functions useful in machine learning 
             applications. It provides the ability to build, tune and obtain predictions of 
             several models in one function. The models are built using 'caret' functions with
             easier to read syntax.
             Kuhn(2014)<arXiv:1405.6974v14>.
             Kuhn(2008)<doi10.18637/jss.v028.i05>.
             Chambers,J.M.(1992)<doi:10.1371/journal.pone.0053143>.
             Wilkinson,G.N. and Rogers, C. E. (1973)<doi:10.2307/2346786>.
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports: dplyr(>= 0.7.8), caret(>= 6.0-81), reshape2(>= 1.4.3), plyr(>=
        1.8.4), magrittr(>= 1.5), Metrics(>= 0.1.4), tibble(>= 2.0.1),
        e1071(>= 1.7-0.1), purrr(>= 0.3.2)
URL: https://github.com/Nelson-Gon/manymodelr
BugReports: https://github.com/Nelson-Gon/manymodelr/issues
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-07-04 07:27:47 UTC; Lance Nelson
Author: Nelson Gonzabato [aut, cre]
Maintainer: Nelson Gonzabato <gonzabato@hotmail.com>
Repository: CRAN
Date/Publication: 2019-07-04 09:40:19 UTC
