agaricus.train.Rd 972 Bytes
Newer Older
Guolin Ke's avatar
Guolin Ke committed
1
2
3
4
5
6
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lightgbm.R
\docType{data}
\name{agaricus.train}
\alias{agaricus.train}
\title{Training part from Mushroom Data Set}
7
8
9
10
\format{
A list containing a label vector, and a dgCMatrix object with 6513
rows and 127 variables
}
Guolin Ke's avatar
Guolin Ke committed
11
12
13
14
15
\usage{
data(agaricus.train)
}
\description{
This data set is originally from the Mushroom data set,
16
17
             UCI Machine Learning Repository.
             This data set includes the following fields:
Guolin Ke's avatar
Guolin Ke committed
18

19
20
21
22
              \itemize{
                  \item{\code{label}: the label for each record}
                  \item{\code{data}: a sparse Matrix of \code{dgCMatrix} class, with 126 columns.}
               }
Guolin Ke's avatar
Guolin Ke committed
23
24
25
26
27
}
\references{
https://archive.ics.uci.edu/ml/datasets/Mushroom

Bache, K. & Lichman, M. (2013). UCI Machine Learning Repository
28
[https://archive.ics.uci.edu/ml]. Irvine, CA: University of California,
Guolin Ke's avatar
Guolin Ke committed
29
30
31
School of Information and Computer Science.
}
\keyword{datasets}