Nothing
R package which implements Prediction Intervals with Random Forests and Boosted Forests
RFpredInterval
package has two main R functions as below:
pibf
: Constructs prediction intervals with Prediction Intervals with Boosted Forests (PIBF) proposed by Alakus et al. (2021)rfpi
: Constructs prediction intervals with 15 distinct variations to produce Prediction Intervals with Random Forests (RFPI) proposed by Roy and Larocque (2020)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')
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.