Login
Remember
Register
Ask a Question
What are the drawbacks of a linear model?
+1
vote
asked
May 28, 2021
in
Data Science
by
sharadyadav1986
What are the drawbacks of a linear model?
linear-model
linear-model-drawbacks
disadvantages-linear-model
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 28, 2021
by
sharadyadav1986
There are a couple of drawbacks of a linear model:
A linear model holds some strong assumptions that may not be true in application. It assumes a linear relationship, multivariate normality, no or little multicollinearity, no auto-correlation, and homoscedasticity
A linear model can’t be used for discrete or binary outcomes.
You can’t vary the model flexibility of a linear model.
...