Learn R Programming

⚠️There's a newer version (0.16.0) of this package.Take me there.

ranger (version 0.15.1)

A Fast Implementation of Random Forests

Description

A fast implementation of Random Forests, particularly suited for high dimensional data. Ensembles of classification, regression, survival and probability prediction trees are supported. Data from genome-wide association studies can be analyzed efficiently. In addition to data frames, datasets of class 'gwaa.data' (R package 'GenABEL') and 'dgCMatrix' (R package 'Matrix') can be directly analyzed.

Copy Link

Version

Install

install.packages('ranger')

Monthly Downloads

68,640

Version

0.15.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

April 3rd, 2023

Functions in ranger (0.15.1)

csrf

Case-specific random forests.
deforest

Deforesting a random forest
importance.ranger

ranger variable importance
predictions.ranger.prediction

Ranger predictions
print.deforest.ranger

Print deforested ranger summary
predict.ranger.forest

Ranger prediction
importance_pvalues

ranger variable importance p-values
print.ranger.prediction

Print Ranger prediction
ranger

Ranger
print.ranger

Print Ranger
print.ranger.forest

Print Ranger forest
predictions.ranger

Ranger predictions
treeInfo

Tree information in human readable format
parse.formula

Parse formula
predict.ranger

Ranger prediction
timepoints.ranger

Ranger timepoints
timepoints.ranger.prediction

Ranger timepoints
getTerminalNodeIDs

Get terminal node IDs (deprecated)
holdoutRF

Hold-out random forests