Answered step by step
Verified Expert Solution
Link Copied!

Question

...
1 Approved Answer

For this assignment, work with the bank_marketing_training data set. Use Python to solve each problem. To demonstrate completion of this assignment, create Word document with

For this assignment, work with thebank_marketing_trainingdata set. Use Python to solve each problem.

To demonstrate completion of this assignment, create Word document with your working code, screenshots of program results, and written answers to questions. Upload your final Jupyter notebook and Word document to the LMS when complete.

Produce the following graphs. What are the strengths and weaknesses of each graph?

  1. Bar graph ofmarital.
  2. Bar graph ofmarital, with overlay ofresponse.
  3. Normalized bar graph ofmarital, with overlay ofresponse.

Using the graph from Exercise 1c, describe the relationship betweenmaritalandresponse.

Do the following with the variablesmaritalandresponse

  1. Build a contingency table, being careful to have the correct variables representing the rows and columns. Report the counts and the column percentages.
  2. Describe what the contingency table is telling you.

Repeat the previous exercise, this time reporting the row percentages. Explain the difference between the interpretation of this table and the previous contingency table.

Produce the following graphs. What are the strengths and weaknesses of each graph?

  1. Histogram ofduration.
  2. Histogram ofduration, with overlay ofresponse.
  3. Normalized histogram ofduration, with overlay ofresponse.

Using the graph from Exercise 5c, describe the relationship betweendurationandresponse.

Examine the nonnormalized and normalized histograms ofduration, with overlay ofresponse. Identify cutoff point(s) for duration, which separate low values of response from high values. Define a new categorical variable,duration_binned, using the cutoff points you identified.

Provide the following, and describe each of the results:

  1. Contingency table ofduration_binnedwithresponse, with counts and column percentages.
  2. Nonnormalized bar graph ofduration_binned, withresponseoverlay.
  3. Normalized bar graph ofduration_binned, withresponseoverlay.

Construct a contingency table of job withresponse, with counts and column percentages.

Referring to the previous exercise, do the following:

  1. Combine the job categories according to the following response percentages: 0 < 10, 10 < 25, 25 < 33. Name the new variablejob2.
  2. Provide a contingency table ofjob2withresponse, with counts and column percentages. Describe what you see.
  3. Provide a normalized histogram ofjob2withresponse. Describe the relationship.

Include references to all theoretical concepts and works cited. Show all your steps with explanations. Explain major components of complex solutions, code, and any output. Include captions to tables, images, and diagrams. Use formal and detailed mathematical and scientific notation throughout the document.

data set :

https://bcs.wiley.com/he-bcs/Books?action=resource&bcsId=11712&itemId=1119526817&resourceId=46601

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Statistics The Art And Science Of Learning From Data

Authors: Alan Agresti, Christine A. Franklin

3rd Edition

9780321755940

Students also viewed these Mathematics questions

Question

What is the cerebrum?

Answered: 1 week ago