Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Suppose you are a data scientist working for a university. During the summer, the university considers potential learners to partake in a summer program. The
Suppose you are a data scientist working for a university. During the summer, the university considers potential learners to partake in a summer program. The following dataset represents the data collected by the university as well as the "Admit" label with as do not admit and as admit
Consider the following dataset and the visualization created in R using corrplot The visualization illustrates the r value correlation between each pair of variables in the dataset.
Note: The code used to generate the correlation plot is:
librarycorrplot
libraryRColorBrewer
AdmitDataDBi read.csvAdmissionDataForLogRegDcsv
CorrelationMatrix corAdmitDataDBi
corrplotCorrelationMatrix method"number", order"hclust",
diag FALSE, type"lower",clpos n
colbrewer.paln name"Blues"
Admit GPA Prescore VolunteerHours Height
Height
Admit Admit
PreScore PreScore
GPA GPA
VolunteerHours
Choose the statement that is most accurate.
Question options:
a Because the dependent variable the label called Admit is binomial or you would likely elect to apply multiple linear regression to create a model for whether students might be admitted to the program or not.
b The linear correlation between PreScore and Admit is and similarly the linear correlation between VolunteerHours and Height is
c You know, as a data scientist, that one way to reduce the complexity of a model is to increase the dimensionality the number of columns or variables in a dataset.
d To improve the model and reduce the complexity of the model you elect to eliminate Height from the dataset as the best variable to remove.
e By looking at the correlation matrix visualization, you can see that all of the independent variables are strongly correlated with the dependent variable "Admit".
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