2022-04-16 06:07:05 -04:00
|
|
|
---
|
|
|
|
title: "Introduction au Machine Learning"
|
|
|
|
author: "Pierre-Edouard Portier"
|
|
|
|
documentclass: book
|
|
|
|
geometry: margin=2cm
|
|
|
|
fontsize: 12pt
|
2023-01-22 15:24:45 -05:00
|
|
|
date: "22 Jan 2023"
|
2022-04-16 06:07:05 -04:00
|
|
|
toc: true
|
|
|
|
classoption: fleqn
|
|
|
|
bibliography: intro_to_ml.bib
|
|
|
|
link-citations: yes
|
2022-12-30 09:47:58 -05:00
|
|
|
---
|
|
|
|
|
|
|
|
\setlength{\abovedisplayskip}{5pt}
|
|
|
|
\setlength{\belowdisplayskip}{0pt}
|
|
|
|
\setlength{\abovedisplayshortskip}{0pt}
|
|
|
|
\setlength{\belowdisplayshortskip}{0pt}
|
|
|
|
|
|
|
|
```{r, include=FALSE}
|
|
|
|
library(kableExtra)
|
|
|
|
```
|