-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
55 lines (55 loc) · 1.41 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
Package: alookr
Type: Package
Title: Model Classifier for Binary Classification
Version: 0.3.9
Date: 2024-02-11
Authors@R: c(
person("Choonghyun", "Ryu",, "[email protected]", role = c("aut", "cre"))
)
Description: A collection of tools that support data splitting, predictive modeling, and model evaluation.
A typical function is to split a dataset into a training dataset and a test dataset.
Then compare the data distribution of the two datasets.
Another feature is to support the development of predictive models and to compare the performance of several predictive models,
helping to select the best model.
Depends:
R (>= 3.2.0),
ggplot2 (>= 3.0.0),
randomForest
Imports: caTools,
cli (>= 1.1.0),
dlookr,
dplyr (>= 0.7.6),
future,
ggmosaic,
MASS,
MLmetrics,
methods,
parallelly,
party,
purrr,
ROCR,
ranger,
rlang,
rpart,
stats,
tibble,
tidyr,
tidyselect,
xgboost,
glmnet
Suggests:
knitr,
ISLR,
mice,
mlbench,
rmarkdown,
stringi
Author: Choonghyun Ryu [aut, cre]
Maintainer: Choonghyun Ryu <[email protected]>
BugReports: https://github.com/choonghyunryu/alookr/issues
URL: https://choonghyunryu.github.io/alookr/
License: GPL-2
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Language: en-US