This repository has been archived by the owner on Jul 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
applied mlr_styler; revised separation of config parameters; linting …
…ok; tidy up descr
- Loading branch information
Showing
14 changed files
with
1,610 additions
and
1,299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Package: mlr3learners.lightgbm | ||
Title: mlr3: LightGBM learner | ||
Version: 0.0.4.9006 | ||
Version: 0.0.4.9007 | ||
Date: 2020-04-05 | ||
Authors@R: | ||
c(person(given = "Lorenz A.", | ||
family = "Kapsner", | ||
|
@@ -12,33 +13,34 @@ Authors@R: | |
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0003-0748-6624"))) | ||
Description: Adds `lgb.train()` from the lightgbm package to mlr3. | ||
Description: Adds `lgb.train()` from the lightgbm package to | ||
mlr3. | ||
License: LGPL-3 | ||
LazyData: true | ||
URL: https://github.com/kapsner/mlr3learners.lightgbm | ||
BugReports: https://github.com/kapsner/mlr3learners.lightgbm/issues | ||
Encoding: UTF-8 | ||
Date: 2020-04-04 | ||
VignetteBuilder: knitr | ||
BugReports: | ||
https://github.com/kapsner/mlr3learners.lightgbm/issues | ||
Depends: | ||
R (>= 2.10) | ||
Imports: | ||
data.table, | ||
R6, | ||
paradox, | ||
mlr3misc, | ||
ggplot2, | ||
MLmetrics, | ||
mlr3, | ||
mlr3misc, | ||
paradox, | ||
plyr, | ||
MLmetrics | ||
R6 | ||
Suggests: | ||
testthat, | ||
lintr, | ||
checkmate, | ||
rmarkdown, | ||
qpdf, | ||
knitr, | ||
future, | ||
knitr, | ||
lintr, | ||
mlbench, | ||
mlr3tuning, | ||
mlbench | ||
qpdf, | ||
rmarkdown, | ||
testthat | ||
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
91387f2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
R/zzz.R:14:29: warning: no visible binding for global variable ‘LearnerClassifLightGBM’
R/zzz.R:15:26: warning: no visible binding for global variable ‘LearnerRegrLightGBM’