Files
econometrics-and-machine-le…/Machine Learning for Economics and Finance
..
2025-12-03 12:41:26 +01:00

Introduction

This repository contains materials designed to complement the university course "Machine Learning for Economics and Finance." The content is based on the foundational work by James, G., Witten, D., Hastie, T., and Tibshirani, R. in their book "An Introduction to Statistical Learning."

These materials have been adapted by Prof. Dr. Ole Wilms to fit the course requirements and further transformed and expanded by me from R to Python. I have also introduced additional topics, including an introduction to Python, optimal data handling techniques—from loading and cleaning datasets to final evaluations—ensuring students are well-equipped for practical applications in future semesters.

Git clone:
git clone https://gitea.weseng.de/mwio/econometrics-and-machine-learning.git

Course content outline

File content

Section outline

  • Supervised Learning: Regressions
    • Linear Regression
    • Multilinear Regression
  • Supervised Learning: Classification
    • Logistic Regression
  • Cross Validation
    • K-fold Cross-validation
  • Problem Set 1
  • Subset Selection & Shrinkage
    • Lasso Regression, Ridge Regression
  • Tree-Based Methods
    • Classification Trees
    • Bagging, Boosting
    • Random Forest
  • Problem Set 2
  • Deep Learnin
    • Neural Networks

Main Reference (ISL):

More advanced (ESL):