Student Performance Prediction Using Linear Regression
In the simple linear regression model Y = β0 + β1X + ε, what does the slope (β1) represent?
What does the intercept (β0) indicate in the linear regression equation?
Which metric is used to measure the average squared error between predicted and actual exam scores?
Why do we split the dataset into training (80%) and testing (20%) sets?
Which assumption must hold true for applying simple linear regression?
Why is Exploratory Data Analysis (EDA) performed before fitting the regression model?