agaricus.test
From xgboost v0.3-2
by Tong He
Test part from Mushroom Data Set
This data set is originally from the Mushroom data set, UCI Machine Learning Repository.
- Keywords
- datasets
Usage
data(agaricus.test)
Details
This data set includes the following fields:
label
the label for each recorddata
a sparse Matrix ofdgCMatrix
class, with 127 columns.
format
A list containing a label vector, and a dgCMatrix object with 1611 rows and 127 variables
References
https://archive.ics.uci.edu/ml/datasets/Mushroom
Bache, K. & Lichman, M. (2013). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science.
Community examples
Looks like there are no examples yet.