You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interview_prep.md
+13-1
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,19 @@ This means that you automatically know the thickness of 6th book even though you
86
86
87
87
This means that if you have measured (n-1) objects then the nth object has no freedom to vary. Therefore, degree of freedom is only (n-1) and not n.
88
88
89
-
### 7. What are the assumptions of the normal distribution ? Why is it useful ?
89
+
### 7. What are the assumptions of the linear regression model ? Why is it useful ?
90
+
We can divide the basic assumptions of linear regression into two categories based on whether the assumptions are about the explanatory variables (i.e. features) or the residuals.
91
+
92
+
#### Assumptions about the explanatory variables (features):
93
+
* Linearity
94
+
* No multicollinearity
95
+
96
+
#### Assumptions about the error terms (residuals):
97
+
* Gaussian distribution
98
+
* Homoskedasticity
99
+
* No autocorrelation
100
+
* Zero conditional mean
101
+
90
102
### 8. What are the different approches to outlier detection ? How will you handle the outliers? Why is it useful ?
91
103
### 9. How you assess OLS regression models ?
92
104
Three statistics are used in Ordinary Least Squares (OLS) regression to evaluate model fit:
0 commit comments