-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 866 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
Package: grideR
Title: Easy model tuning with data.table
Version: 0.1.0
Authors@R: c(
person("Andrey", "Ogurtsov", email = "[email protected]", role = c("aut", "cre")),
person("Artem", "Klevtsov", email = "[email protected]", role = "aut"))
Description: grideR provides general infrastructure based on data.table for
grid search in model hyperparameters space. Key feature:
all preprocessing steps are performed within resamples.
This package aims to be as easy to extend as possible.
URL: https://github.com/statist-bhfz/grideR
BugReports: https://github.com/statist-bhfz/grideR/issues
License: MIT
Encoding: UTF-8
LazyData: true
Depends:
data.table (>= 1.11.8)
Remotes:
statist-bhfz/resampleR
Imports:
xgboost (>= 0.71.2),
catboost (>= 0.12.2),
lightgbm (>= 2.2.4),
checkmate (>= 1.8.5)
RoxygenNote: 6.1.1