bank.Rd 768 Bytes
Newer Older
1
2
3
4
5
6
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lightgbm.R
\docType{data}
\name{bank}
\alias{bank}
\title{Bank Marketing Data Set}
7
8
9
\format{
A data.table with 4521 rows and 17 variables
}
10
11
12
13
14
\usage{
data(bank)
}
\description{
This data set is originally from the Bank Marketing data set,
15
16
17
18
             UCI Machine Learning Repository.

             It contains only the following: bank.csv with 10% of the examples and 17 inputs,
             randomly selected from 3 (older version of this dataset with less inputs).
19
20
}
\references{
21
https://archive.ics.uci.edu/ml/datasets/Bank+Marketing
22
23
24
25
26

S. Moro, P. Cortez and P. Rita. (2014)
A Data-Driven Approach to Predict the Success of Bank Telemarketing. Decision Support Systems
}
\keyword{datasets}