By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Data transformation is a crucial step in business analytics that involves converting raw data into a suitable format for analysis. This process helps to improve the accuracy and reliability of models by addressing issues such as missing values, outliers, and non-normal distributions. For instance, a retail company might use data transformation to normalize sales data, allowing them to better forecast demand and optimize inventory levels.
StandardScaler
LabelEncoder
scale()
factor()
STDEV()
IF()
Problem: Compute the moving average forecast for period 4 given data: 100, 110, 105, 120.
Answer: 110.5 (average of 105 and 120).
Explanation: The moving average forecast is calculated by taking the average of the previous two values.
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.