tuneRanger - Tune Random Forest of the 'ranger' Package
Tuning random forest with one line. The package is mainly based on the packages 'ranger' and 'mlrMBO'.
Last updated 8 months ago
6.33 score 33 stars 1 packages 107 scripts 797 downloadsvarImp - RF Variable Importance for Arbitrary Measures
Computes the random forest variable importance (VIMP) for the conditional inference random forest (cforest) of the 'party' package. Includes a function (varImp) that computes the VIMP for arbitrary measures from the 'measures' package. For calculating the VIMP regarding the measures accuracy and AUC two extra functions exist (varImpACC and varImpAUC).
Last updated 3 years ago
5.96 score 4 stars 2 packages 67 scripts 1.4k downloadsmeasures - Performance Measures for Statistical Learning
Provides the biggest amount of statistical measures in the whole R world. Includes measures of regression, (multiclass) classification and multilabel classification. The measures come mainly from the 'mlr' package and were programed by several 'mlr' developers.
Last updated 4 years ago
4.74 score 1 stars 3 packages 83 scripts 1.5k downloadsOOBCurve - Out of Bag Learning Curve
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.
Last updated 6 years ago
3.69 score 9 stars 11 scripts 177 downloadsquantregRanger - Quantile Regression Forests for 'ranger'
This is the implementation of quantile regression forests for the fast random forest package 'ranger'.
Last updated 7 years ago
3.60 score 8 stars 6 scripts 116 downloads