-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 939 Bytes
/
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
Package: important
Title: Tools for Supervised Feature Selection
Version: 0.0.0.9000
Authors@R: c(
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2402-136X")),
person("Posit Software PBC", role = "cph")
)
Description: Interfaces for choosing important predictors in supervised
regression, classification, and censored regression models.
License: MIT + file LICENSE
Imports:
cli,
dplyr,
future.apply,
generics,
ggplot2,
hardhat (>= 1.4.0.9002),
purrr,
rlang,
tibble,
tidyr,
tune,
vctrs,
workflows
Suggests:
censored,
modeldata,
parsnip,
recipes,
spelling,
testthat (>= 3.0.0),
yardstick
Remotes:
tidymodels/hardhat
Config/Needs/website: tidyverse/tidytemplate, tidymodels
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2