"src/io/dense_nbits_bin.hpp" did not exist on "9962e6d68649df41918857d547ad787a8dc12244"
lgb_shared_dataset_params.Rd 1017 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lgb.Dataset.R
\name{lgb_shared_dataset_params}
\alias{lgb_shared_dataset_params}
\title{Shared Dataset parameter docs}
\arguments{
\item{label}{vector of labels to use as the target variable}

\item{weight}{numeric vector of sample weights}

\item{init_score}{initial score is the base prediction lightgbm will boost from}

\item{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
\code{group = c(10, 20, 40, 10, 10, 10)}, that means that you have 6 groups,
where the first 10 records are in the first group, records 11-30 are in the
second group, etc.}
}
\description{
Parameter docs for fields used in \code{lgb.Dataset} construction
}
23
24
25
\details{
This page contains shared documentation for dataset-related parameters used throughout the package.
}
26
\keyword{internal}