install.packages(c("tidyverse", "DT", "kableExtra", "knitr"))Teaching
Introduction to programming for data analysis (with R)
Applied Economics
Machine Learning
Machine Learning and Statistical Learning (AMU)
The 24 hours course alternates between lectures and practical sessions.
Week 1
Week 2
Week 3
- K-nearest neighbors
Slides Exercise - Support Vector Machines
Slides Exercise - Hands-on: dealing with images
Jupyter notebook to complete
Week 4
- Working with imbalanced datasets
Notebook - Explainability: Shap Values
Slides Jupyter notebook - Machine learning and ethics
Slides
Machine Learning Training (ECB)
Course by Emmanuel Flachaire, Professor of Economics at Aix-Marseille Université. Hands-on sessions by me.
Training organised by:
- Mario Porqueddu, Senior Economist, Prices and Costs Division, European Central Bank.
- Linda de Leeuw, Directorate General Economics, Prices & Costs Division, European Central Bank
R (old course)
Here are some resources to learn how to use R (in French).
Course ebook
Hands-on sessions
Old slides
- Introduction
HTML Slides PDF Code - Data
HTML Slides PDF Code - Tables
HTML Slides PDF Code - A few words on dates
HTML Slides PDF - Functions
HTML Slides PDF Code - Loops and apply functions
HTML Slides PDF Code - Graphs with ggplot2
HTML Slides PDF Code - Linear regression
HTML Slides PDF Code
Python
Please find below an e-book for python beginners.
Templates for academic reports
I have prepared two templates for students’ academic reports: one using LaTeX only, and one using RMarkdown.
Using LaTeX
I assume that you are familiar with LaTeX.
Preview of the final output (PDF) Download the LaTeX template
Using RMarkdown
2.1 Resources
If you want to produce academic reports using RMarkdown, I have prepared a template which can generate either HTML or PDF reports.
2.2 Prior requirements
Some R packages are required: tidyverse, DT, kableExtra, knitr.
In addition, to be able to compile the document to get the final output in a PDF format, a LaTeX engine is required:
tinytex::install_tinytex()If you want to customize the theme, look in assets/style.css (HTML) or assets/style_rapport_amu.css (PDF).