Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmayer committed Sep 9, 2014
1 parent b54639e commit 39553c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Package: caretEnsemble
Type: Package
Title: Framework for combining caret models into ensembles
2 main methods: caretEnsemble which uses greedy optimization to combine predictive models, and caretStack, which uses a "meta" caret model to combine several caret models.
See also the DESCRIPTION file.
Package: caretEnsemble
Type: Package
Title: Framework for combining caret models into ensembles
2 main methods: caretEnsemble which uses greedy optimization to combine predictive models, and caretStack, which uses a "meta" caret model to combine several caret models.
See also the DESCRIPTION file.

Create ensemlbes of [caret models](https://github.com/topepo/caret)! Each model must be fit with the exact same resampling indexes, which requires passing the "index" argument to `trainControl()`.
Create ensemlbes of [caret models](https://github.com/topepo/caret)! Each model must be fit with the exact same resampling indexes, which requires passing the "index" argument to `trainControl()`.

Install with:
```
Expand All @@ -13,4 +13,4 @@ library(testthat)
install_github('zachmayer/caretEnsemble') #Master branch (currently has no tests)
#install_github('zachmayer/caretEnsemble', ref = 'Dev') #Dev branch
#test_package('caretEnsemble') #Run tests
```
```

0 comments on commit 39553c5

Please sign in to comment.