intro_to_ml/index.Rmd

21 lines
435 B
Plaintext
Raw Permalink Normal View History

2022-04-16 06:07:05 -04:00
---
title: "Introduction au Machine Learning"
author: "Pierre-Edouard Portier"
documentclass: book
geometry: margin=2cm
fontsize: 12pt
date: "27 Mar 2023"
2022-04-16 06:07:05 -04:00
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)
```