lgb_shared_dataset_params {lightgbm} | R Documentation |
Shared Dataset parameter docs
Description
Parameter docs for fields used in lgb.Dataset
construction
Arguments
label |
vector of labels to use as the target variable |
weight |
numeric vector of sample weights |
init_score |
initial score is the base prediction lightgbm will boost from |
group |
used for learning-to-rank tasks. An integer vector describing how to
group rows together as ordered results from the same set of candidate results
to be ranked. For example, if you have a 100-document dataset with
|
[Package lightgbm version 4.6.0 Index]