The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

RFpredInterval

R package which implements Prediction Intervals with Random Forests and Boosted Forests

RFpredInterval package has two main R functions as below:

Installation

This package is available on CRAN. Alternatively, you can install RFpredInterval from GitHub using the devtools package. Run the following code in R to install:

if (!require(devtools)) {
  install.packages("devtools")
  library(devtools)
}
devtools::install_github('calakus/RFpredInterval')

References

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.