Question 6 of 10Pro Only
How does linear regression work, and what assumptions does it make? When would it be inappropriate to use?
Sample answer preview
Linear regression is a supervised learning algorithm that models the relationship between input features and a continuous target variable by fitting a linear equation. The model learns coefficients that, when multiplied by feature values and summed together with a bias term,…
linear regressionordinary least squarescoefficientslinearityhomoscedasticitymulticollinearity