nerdexam
CompTIA

DY0-001 · Question #41

SIMULATION 2 A data scientist needs to determine whether product sales are impacted by other contributing factors. The client has provided the data scientist with sales and other variables in the…

The correct answer is C. Linear regression R² 0.8. C is correct because R² measures the proportion of variance in sales explained by the model - a higher R² means better fit, and linear regression's R² of 0.8 outperforms all alternatives. A (Ridge, R²=0.5) is wrong because Ridge regression adds L2 regularization to penalize…

Modeling, Analysis, and Outcomes

Question

SIMULATION 2 A data scientist needs to determine whether product sales are impacted by other contributing factors. The client has provided the data scientist with sales and other variables in the data set. The data scientist decides to test potential models that include other information. INSTRUCTIONS Part 1 Use the information provided in the table to select the appropriate regression model. Part 2 Review the summary output and variable table to determine which variable is statistically significant. If at any time you would like to bring back the initial state of the simulation, please click the Reset All button. Answer: Part 1 Linear regression. Of the four models, linear regression has the highest R2 (0.8), indicating it explains the greatest proportion of variance in sales. Part 2 Var 4 - Net operations cost. Net operations cost has a p-value of essentially 0 (far below 0.05), indicating it is the only additional predictor statistically significant in explaining sales. Neither inventory cost (p≈0.90) nor initial investment (p≈0.23) reach significance.

Exhibits

DY0-001 question #41 exhibit 1
DY0-001 question #41 exhibit 2
DY0-001 question #41 exhibit 3
DY0-001 question #41 exhibit 4
DY0-001 question #41 exhibit 5
DY0-001 question #41 exhibit 6
DY0-001 question #41 exhibit 7

Options

  • ARidge regression R² 0.5
  • BQuantile regression R² 0.6
  • CLinear regression R² 0.8
  • DLasso regression R² 0.62

How the community answered

(46 responses)
  • A
    20% (9)
  • B
    7% (3)
  • C
    63% (29)
  • D
    11% (5)

Explanation

C is correct because R² measures the proportion of variance in sales explained by the model - a higher R² means better fit, and linear regression's R² of 0.8 outperforms all alternatives. A (Ridge, R²=0.5) is wrong because Ridge regression adds L2 regularization to penalize large coefficients, which sacrifices explanatory power and is better suited for multicollinearity problems, not maximizing fit. B (Quantile, R²=0.6) is wrong because quantile regression models conditional medians or percentiles rather than the mean, making it useful for skewed data or outliers - not the best choice when overall variance explanation is the goal. D (Lasso, R²=0.62) is wrong because Lasso adds L1 regularization that forces some coefficients to zero for feature selection, again trading fit for sparsity unnecessarily here.

Memory tip: Think "R-squared = Right model" - when comparing regression models for explanatory power with no stated reason to regularize, always pick the highest R².

Topics

#regression models#statistical significance#variable selection#model interpretation

Community Discussion

No community discussion yet for this question.

Full DY0-001 Practice