logo Hurry, Grab up to 30% discount on the entire course
Order Now logo
268 Times Downloaded

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Eric ReedMathematics
(5/5)

777 Answers

Hire Me
expert
Paramjeet KaurManagement
(5/5)

624 Answers

Hire Me
expert
Jyotika DasguptaStatistics
(/5)

620 Answers

Hire Me
expert
Wyatt RyessEconomics
(5/5)

725 Answers

Hire Me
R Programming
(5/5)

Information about a local bank\'s marketing campaign and need to predict whether someone will open a savings account.

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

Assignment overview

Information about a local bank's marketing campaign and need to predict whether someone will open a savings account.  

Requirements higher accuracy, AUC score and so on. After model output, we need to extract data from test data set (customer id and outcome). please see sample submission file, the id are fixed and only cbind from predicted outcome . also attached the model_tuningv3.2.R for your reference. any model to use such as random forest , xgboost and glm etc

example

id         outcome

103174 0

134356 0

127090 1

132548 0

137587 1

115477 0

 

Dataset description

Files

train.csv - the training set

test.csv - the test set

sample_submission.csv - a sample submission file in the correct format (Note that the outcome has to be the class probabilities)

Columns

Client information

id - client id (numeric)

age - age of client (numeric)

job - type of job (categorical: "admin.","artisan","entrepreneur", "housemaid", "management", "retired", "self-employed", "services", "student", "technician", "unemployed", "unknown")

civil - marital status of client (categorical: "divorced", "married", "single","unknown"; note: "divorced" means divorced or widowed)

education - education of client (categorical: "4K", "6K", "K9", "K12", "illiterate", "apprenticeship", "university", "unknown")

credit - has credit in default? (categorical: "no","yes","unknown")

hloan - has housing loan? (categorical: "no","yes","unknown")

ploan - has personal loan? (categorical: "no","yes","unknown")

Campaign details

ctype - contact communication type (categorical: "cellular","telephone")

month - last contact month of year (categorical: "jan", "feb", "mar", …, "nov", "dec")

day - last contact day of the week (categorical: "mon","tue","wed","thu","fri")

ccontact - current number of contacts performed during this campaign and for this client (numeric, includes last contact)

lcdays - number of days that passed by since client was last contacted by a previous campaign (numeric; 999 means client was not previously contacted)

pcontact - number of contacts performed before this campaign and for this client (numeric)

presult - outcome previous marketing campaigns (categorical: "failure","nonexistent","success")

Socioeconomic indicators

employment - employment variation rate - quarterly indicator (numeric)

cprice - consumer price index - monthly indicator (numeric)

cconf - consumer confidence index - monthly indicator (numeric)

euri3 - euribor 3 month rate - daily indicator (numeric)

employees - number of employees - quarterly indicator (numeric)

Outcome variable (target)

outcome - has the client opened a saving account? (binary: 1 = "yes", 0 = "no")

 

(5/5)
Attachments:

Expert's Answer

268 Times Downloaded

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme