-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 787 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
21 lines (21 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: nestfs
Type: Package
Title: Cross-Validated (Nested) Forward Selection
Version: 1.0.3.9000
Date: 2022-12-13
Authors@R: c(person("Marco", "Colombo",
email="mar.colombo13@gmail.com", role=c("aut", "cre"),
comment=c(ORCID="0000-0001-6672-0623")),
person("Felix", "Agakov",
email="felixa@aivalley.com", role="ctb"))
Description: Implementation of forward selection based on cross-validated
linear and logistic regression.
License: GPL-2 | file LICENSE
URL: https://github.com/mcol/nestfs
BugReports: https://github.com/mcol/nestfs/issues
Imports: dgof, parallel, pROC (>= 1.9), methods, stats, utils
Suggests:
testthat (>= 2.0.0)
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown=TRUE)