-
Notifications
You must be signed in to change notification settings - Fork 0
Module 2: Regression and prediction
Gubynator edited this page May 17, 2018
·
5 revisions
Regression, prediction, and other tools are very useful to be applied in machine learning for casual inference.
Regression analysis is about discovering correlations between the _outcome _Y and the regression or features X
When we are interested in a certain effect caused by a particular component of X we can partition the elements of X as follows
X = (D,W')'
Where D is the target regressor and W is called control components
When we are using regression, we want to answer two questions:
- Prediction: How can we use X to predict Y well?
- Inference: How does Y change if we change a component of X and we leave the rest of the components fixed?