Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 3 ( 1 point ) Suppose you have been hired as a data scientist by a Technical Help - Line company. People can
Question point
Suppose you have been hired as a data scientist by a Technical HelpLine company.
People can call this company for help with any computerrelated issues or questions.
The service is free for the first call and then $ minute for any followup calls. As a
first step, the company wants to try to predict which callers will call again so will be
followup and therefore be paying customers For each firsttime caller, the
company collects data on the person's age, call duration, number of questions asked
by caller during the call, years of employment, and yearly income. You also have data
on which firsttime callers call again within a month window of time.
Choose the statement that is least likely, is not true, or is least helpful for the
company and your goals.
a The labeled dataset you are building will have five independent numeric
variables that can be called AGE, CALLMinutes, NUMQUEST, YRSEMP,
YRINCOME.
b Your goal is the use the data for the variables, along with the label to predict
whether a caller will call again during the month time frame. Therefore, the
rows of your dataset are the callers, the label dependent or target variable is
Repeat or Single, and you have columns of data numeric
c All variables are likely to be equally correlated with whether a caller will be a
repeat caller and so there is no need to investigate each variable so as to
reduce the dimensionality of the dataset.
d As a first step, you build a dataset to represent firsttime callers. This dataset
will be labeled. The label also thought of as the target or dependent variable
will have two options, Repeat or Single. The "Repeat" implies that the first
time caller called again and so became a paying customer within the
month time frame. The "Single" implies that the caller never called again
within the month time frame.
e Because your label or target to predict is "Single" or "Repeat", you determine
that you can try to model the data with logistic regression.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started