-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
70 lines (70 loc) · 2.24 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Package: forester
Type: Package
Title: Quick and Simple Tools for Training and Testing of Tree-Based Models
Version: 1.6.1
Authors@R:
c(person("Hubert", "Ruczyński", role = c("aut", "cre", "cph"), email = "[email protected]"),
person("Anna", "Kozak", role = c("aut", "ths"), email = "[email protected]"),
person("Anna", "Cena", role = c("ths"), email = "[email protected]"),
person("Patryk", "Słowakiewicz", role = c("aut"), email = "[email protected]"),
person("Adrianna", "Grudzień", role = c("aut"), email = "[email protected]"),
person("Przemysław", "Biecek", role = c("aut", "ths"), email = "[email protected]"))
Description: The forester package is an open-source AutoML package implemented in R designed for
training high-quality tree-based models on tabular data. It fully supports regression, binary
classification, and multiclass classification tasks, and provides a limited support for
the survival analysis task. A single line of code allows the use of unprocessed datasets, informs
about potential issues concerning them, and handles feature engineering automatically.
Moreover, hyperparameter tuning is performed by Bayesian optimization, which provides
high-quality outcomes. The results are later served as a ranked list of models. Finally, the
forester package offers a vast training report, including the ranked list, a comparison of
trained models, and explanations for the best one.
License: GPL-3
Depends:
R (>= 3.5.0),
patchwork
Imports:
ranger,
xgboost,
lightgbm,
ParBayesianOptimization,
partykit,
varhandle,
mltools,
data.table,
splitTools,
rcompanion,
mice,
rmarkdown,
Boruta,
ggplot2,
ggrepel,
pROC,
stats,
tibble,
crayon,
VIM
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
URL: https://github.com/ModelOriented/forester
BugReports: https://github.com/ModelOriented/forester/issues
Suggests:
testthat (>= 3.5.0),
catboost,
DALEX,
ggradar,
tinytex,
knitr,
rmcfs,
varrank,
arules,
SurvMetrics,
survival,
randomForestSRC,
sivs,
foreach,
doParallel,
parallel
Config/testthat/edition: 3.5
VignetteBuilder:
knitr