-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
29 lines (29 loc) · 969 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
Package: hydrofab.roughness
Title: Generate GBM-based prediction for Manning's n
Version: 0.1.0.9000
Authors@R: c(person(given = "Mike",
family = "Johnson",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5288-8350"),
email = "[email protected]"),
person(given = "Justin",
family = "Singh-Mohudpur",
role = c("aut"),
comment = c(ORCID = "0000-0002-5233-5799"),
email = "[email protected]"))
Description: Uses a gradient boosting machine learning model trained on
the NHDPlus Value-added Attributes (VAA) for 7K NHD reaches
to generate predicted Manning's n values.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Imports:
cli,
caret,
gbm,
rappdirs
Suggests:
sf