SkillAgentSearch skills...

QuantregForest

R package - Quantile Regression Forests, a tree-based ensemble method for estimation of conditional quantiles (Meinshausen, 2006).

Install / Use

/learn @lorismichel/QuantregForest
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

quantregForest

Build Status Build status codecov HitCount CRAN CRAN Rdoc

Overview

Quantile Regression Forests is a tree-based ensemble method for estimation of conditional quantiles (Meinshausen, 2006). It is particularly well suited for high-dimensional data. Predictor variables of mixed classes can be handled. The package is dependent on the package 'randomForest', written by Andy Liaw.

Installation

you can install the official version from CRAN using the command:

install.packages("quantregForest")

if you want to install the development version on github use:

install.packages("devtools")
devtools::install_github("lorismichel/quantregForest")

Issues

To report an issue, please use the issue tracker on github.com.

Related Skills

View on GitHub
GitHub Stars32
CategoryEducation
Updated5mo ago
Forks7

Languages

C

Security Score

77/100

Audited on Oct 21, 2025

No findings