-
Notifications
You must be signed in to change notification settings - Fork 560
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix for case where N is not divisible by num CV folds
- Loading branch information
ledell
committed
Dec 29, 2014
1 parent
d268fd7
commit 34e2717
Showing
5 changed files
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Package: h2oEnsemble | ||
Type: Package | ||
Title: H2O Ensemble Learning | ||
Version: 0.0.2 | ||
Date: 2014-11-17 | ||
Version: 0.0.3 | ||
Date: 2014-12-28 | ||
Author: Erin LeDell | ||
Maintainer: Erin LeDell <[email protected]> | ||
Description: This package implements the super learner ensemble (stacking) algorithm using the H2O R interface to provide base leanrning algorithms. | ||
Description: This package implements the super learner ensemble (stacking) algorithm using the H2O R interface to provide base learning algorithms. | ||
License: Apache License (== 2.0) | ||
Depends: R (>= 2.13.0), h2o | ||
NeedsCompilation: no | ||
SystemRequirements: Java (>= 1.6) | ||
Suggests: SuperLearner, cvAUC | ||
URL: http://www.0xdata.com | ||
URL: https://github.com/h2oai/h2o/tree/master/R/ensemble/h2oEnsemble-package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters