bank.Rd 765 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
% 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}
\format{A data.table with 4521 rows and 17 variables}
\usage{
data(bank)
}
\description{
This data set is originally from the Bank Marketing data set,
13
14
15
16
             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).
17
18
19
20
21
22
23
24
}
\references{
http://archive.ics.uci.edu/ml/datasets/Bank+Marketing

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