Package: OOBCurve
Type: Package
Title: Out of Bag Learning Curve
Description: Provides a function to calculate the out-of-bag learning curve for random forests for any measure that is available in the 'mlr' package. Supported random forest packages are 'randomForest' and 'ranger' and trained models of these packages with the train function of 'mlr'.
Authors@R: person("Philipp", "Probst", email = "philipp_probst@gmx.de", role = c("aut", "cre"))
URL: https://github.com/PhilippPro/OOBCurve
BugReports: https://github.com/PhilippPro/OOBCurve/issues
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.0.2), mlr (>= 2.0)
Imports: randomForest, ranger
LazyData: yes
ByteCompile: yes
Version: 0.1
Date: 2017-02-14
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-02-24 15:55:39 UTC; philipp
Author: Philipp Probst [aut, cre]
Maintainer: Philipp Probst <philipp_probst@gmx.de>
Repository: CRAN
Date/Publication: 2017-02-24 17:31:13
