Description Usage Arguments Value
View source: R/engine_lightgbm.R
Fit GBDT by lightgbm package with early stopping
1 | fit_lightgbm_es(data, eval, task_type, ...)
|
data |
A training data of lightgbm::lgb.Dataset class object. |
eval |
A evaluation data of lightgbm::lgb.Dataset class object. Used for early stopping. |
task_type |
A character scalar of task_type. |
... |
Additional arguments passed to lightgbm::lgb.train]. |
A fitted object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.