forked from benjilu/forestError
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 777 Bytes
/
DESCRIPTION
File metadata and controls
21 lines (21 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: forestError
Type: Package
Title: A Unified Framework for Random Forest Prediction Error Estimation
Version: 1.0.0
Author: Benjamin Lu and Johanna Hardin
Maintainer: Benjamin Lu <b.lu@berkeley.edu>
Description: Estimates the conditional error distributions of random forest
predictions and common parameters of those distributions, including
conditional mean squared prediction errors, conditional biases, and
conditional quantiles, by out-of-bag weighting of out-of-bag prediction
errors as proposed by Lu and Hardin (2021). This package is compatible
with several existing packages that implement random forests in R.
Imports:
data.table,
purrr
Suggests:
randomForest
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0