Skip to content

Commit

Permalink
fix desc spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmayer committed Feb 7, 2016
1 parent b858114 commit 92a920d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Authors@R: c(person(c("Zachary", "A."), "Deane-Mayer", role = c("aut", "cre"),
email="jknowles@gmail.com"))
URL: https://github.com/zachmayer/caretEnsemble
BugReports: https://github.com/zachmayer/caretEnsemble/issues
Description: Functions for creating ensembles of caret models: caretList
and caretStack. caretList is a convenience function for fitting multiple
caret::train models to the same dataset. caretStack will make linear or
non-linear combinations of these models, using a caret::train model as a
meta-model, and caretEnsemble will make a robust linear combination of
models using a glm.
Description: Functions for creating ensembles of caret models: caretList()
and caretStack(). caretList() is a convenience function for fitting multiple
caret::train() models to the same dataset. caretStack() will make linear or
non-linear combinations of these models, using a caret::train() model as a
meta-model, and caretEnsemble() will make a robust linear combination of
models using a GLM.
Depends:
R (>= 3.2.0)
Suggests:
Expand Down

0 comments on commit 92a920d

Please sign in to comment.