Right Answer: The purpose of feature engineering in data analysis is to create, modify, or select variables (features) that improve the performance of machine learning models by making the data more relevant and informative for the analysis.
Right Answer: Regression analysis is a statistical method used to examine the relationship between one dependent variable and one or more independent variables. It is used to predict outcomes, identify trends, and understand the strength of relationships in data.
Right Answer: Correlation is a statistical measure that indicates the extent to which two variables fluctuate together, while causation implies that one variable directly affects or causes a change in another variable.
Right Answer: Descriptive statistics summarize and describe the main features of a dataset, using measures like mean, median, mode, and standard deviation. Inferential statistics use sample data to make predictions or inferences about a larger population, often employing techniques like hypothesis testing and confidence intervals.