censored Quantile Random Forest and Extreme Forest
This is the implementation of the paper:
- Censored Quantile Random Forest
- Forest-type Regression with General Losses and Robust Forest (ICML 2017)
In R:
install.packages("devtools")
library(devtools)
install_github("AlexanderYogurt/censored_ExtremelyRandomForest")