|
|
|
|
|
by eVoLInTHRo
2179 days ago
|
|
Econometrics is the application of statistical techniques on economics-related problems, typically to understand relationships between economic phenomena (e.g. income) and things that might be associated with it (e.g. education). Machine learning is typically defined as a way to enable computers to learn from data to accomplish tasks, without explicitly telling them how. Both fields can use logistic regression, regularization, and gradient descent to accomplish their goals, so in that sense there's no distinction. But IMO there is a difference in their primary intention: econometrics typically focuses on inference about relationships, machine learning typically focuses on predictive accuracy. That's not to say that econometrics doesn't consider predictive accuracy, or that machine learning doesn't consider inference, but it's usually not their primary concern. |
|