You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
435 B
21 lines
435 B
---
|
|
title: "Introduction au Machine Learning"
|
|
author: "Pierre-Edouard Portier"
|
|
documentclass: book
|
|
geometry: margin=2cm
|
|
fontsize: 12pt
|
|
date: "27 Mar 2023"
|
|
toc: true
|
|
classoption: fleqn
|
|
bibliography: intro_to_ml.bib
|
|
link-citations: yes
|
|
---
|
|
|
|
\setlength{\abovedisplayskip}{5pt}
|
|
\setlength{\belowdisplayskip}{0pt}
|
|
\setlength{\abovedisplayshortskip}{0pt}
|
|
\setlength{\belowdisplayshortskip}{0pt}
|
|
|
|
```{r, include=FALSE}
|
|
library(kableExtra)
|
|
``` |