By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Variable selection is a crucial step in building predictive models, where we choose the most relevant variables to include in our model. This matters in business analytics because it directly affects the accuracy and interpretability of our models. For example, consider a retail company trying to predict sales using historical data. If we include irrelevant variables, such as the number of rainy days, our model may not accurately capture the underlying drivers of sales.
pandas
scikit-learn
dplyr
caret
Analysis ToolPak
Data Analysis
Problem: Compute the moving average forecast for period 4 given data: 100, 110, 105.Answer: 108.33 (average of 100, 110, and 105).Explanation: The moving average forecast is a simple method for forecasting future values based on past values.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.