Package: OOBCurve
Type: Package
Title: Out of Bag Learning Curve
Description: Provides functions 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'. The main function is OOBCurve() that calculates the out-of-bag curve depending on the number of trees. With the OOBCurvePars() function out-of-bag curves can also be calculated for 'mtry', 'sample.fraction' and 'min.node.size' for the 'ranger' package.
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.3.3), mlr (>= 2.11)
Imports: randomForest, ranger
LazyData: yes
ByteCompile: yes
Version: 0.3
Date: 2018-08-30
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2018-08-30 14:43:46 UTC; probst
Author: Philipp Probst [aut, cre]
Maintainer: Philipp Probst <philipp_probst@gmx.de>
Repository: CRAN
Date/Publication: 2018-08-30 15:00:03 UTC
Built: R 4.2.0; ; 2022-04-12 19:50:30 UTC; unix
