Found 1641 packages in 0.05 seconds
Ordered Random Forests
An implementation of the Ordered Forest estimator as developed
in Lechner & Okasa (2019)
Generalized Random Forests
Forest-based statistical estimation and inference. GRF provides non-parametric methods for heterogeneous treatment effects estimation (optionally using right-censored outcomes, multiple treatment arms or outcomes, or instrumental variables), as well as least-squares regression, quantile regression, and survival regression, all with support for missing covariates.
Modified Ordered Random Forest
Nonparametric estimator of the ordered choice model using random forests. The estimator modifies a standard random forest splitting criterion to build a collection of forests, each estimating the conditional probability of a single class. The package also implements a nonparametric estimator of the covariates’ marginal effects.
Random Forests for Longitudinal Data
Random forests are a statistical learning method widely used in many areas of scientific research essentially for its ability to learn complex relationships between input and output variables and also its capacity to handle high-dimensional data. However, current random forests approaches are not flexible enough to handle longitudinal data. In this package, we propose a general approach of random forests for high-dimensional longitudinal data. It includes a flexible stochastic model which allows the covariance structure to vary over time. Furthermore, we introduce a new method which takes intra-individual covariance into consideration to build random forests. The method is fully detailled in Capitaine et.al. (2020)
Visually Exploring Random Forests
Graphic elements for exploring Random Forests using the 'randomForest' or 'randomForestSRC' package for survival, regression and classification forests and 'ggplot2' package plotting.
Permutation Significance for Random Forests
Estimate False Discovery Rates (FDRs) for importance metrics from random forest runs.
Covariance Regression with Random Forests
Covariance Regression with Random Forests (CovRegRF) is a
random forest method for estimating the covariance matrix of a
multivariate response given a set of covariates. Random forest trees
are built with a new splitting rule which is designed to maximize the
distance between the sample covariance matrix estimates of the child
nodes. The method is described in Alakus et al. (2023)
Predictive Inference for Random Forests
An integrated package for constructing random forest prediction intervals using a fast implementation package 'ranger'. This package can apply the following three methods described in Haozhe Zhang, Joshua Zimmerman, Dan Nettleton, and Daniel J. Nordman (2019)
Random Forests for Dependent Data
Fits non-linear regression models on dependant data with Generalised Least Square (GLS) based Random Forest (RF-GLS) detailed in Saha, Basu and Datta (2021)
Prediction Intervals for Random Forests
Implements multiple state-of-the-art prediction interval methodologies for random forests.
These include: quantile regression intervals, out-of-bag intervals, bag-of-observations intervals,
one-step boosted random forest intervals, bias-corrected intervals, high-density intervals, and
split-conformal intervals. The implementations include a combination of novel adjustments to the
original random forest methodology and novel prediction interval methodologies. All of these
methodologies can be utilized using solely this package, rather than a collection of separate
packages. Currently, only regression trees are supported. Also capable of handling high dimensional data.
Roy, Marie-Helene and Larocque, Denis (2019)