-
-
Notifications
You must be signed in to change notification settings - Fork 194
/
DESCRIPTION
27 lines (27 loc) · 1.04 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: ranger
Type: Package
Title: A Fast Implementation of Random Forests
Version: 0.17.0
Date: 2024-11-08
Authors@R: c(
person("Marvin N.", "Wright", email = "[email protected]", role = c("aut", "cre")),
person("Stefan", "Wager", role = "ctb"),
person("Philipp", "Probst", role = "ctb"))
Description: A fast implementation of Random Forests, particularly suited for high
dimensional data. Ensembles of classification, regression, survival and
probability prediction trees are supported. Data from genome-wide association
studies can be analyzed efficiently. In addition to data frames, datasets of
class 'gwaa.data' (R package 'GenABEL') and 'dgCMatrix' (R package 'Matrix')
can be directly analyzed.
License: GPL-3
Imports: Rcpp (>= 0.11.2), Matrix
LinkingTo: Rcpp, RcppEigen
Depends: R (>= 3.1)
Suggests:
survival,
testthat
Encoding: UTF-8
RoxygenNote: 7.3.2
URL: https://imbs-hl.github.io/ranger/,
https://github.com/imbs-hl/ranger
BugReports: https://github.com/imbs-hl/ranger/issues