blob: 5d3c2f7a984df9ddaedebc3409d2fa7f51074f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
\begin{frame}
\begin{figure}
\centering
\input{tikz/synth/data}
\label{fig:synth-split}
\end{figure}
\end{frame}
\begin{frame}
\frametitle{Résultats préliminaires : impact des données synthétiques}
\begin{figure}
\begin{subfigure}{0.3\textwidth}
\includegraphics[width=\linewidth]{images/figures/synth/utility.pdf}
\caption{Utilité}
\end{subfigure}
\begin{subfigure}{0.3\textwidth}
\includegraphics[width=\linewidth]{images/figures/synth/mia.pdf}
\caption{MIA}
\end{subfigure}
\begin{subfigure}{0.3\textwidth}
\includegraphics[width=\linewidth]{images/figures/synth/aia.pdf}
\caption{AIA}
\end{subfigure}
\caption{Recensement USA (ADULT). Prédiction du salaire ($>\$50K$).}
\end{figure}
\end{frame}
\begin{frame}
\begin{figure}
\centering
\input{tikz/synth/data_cor}
\label{fig:synth-split}
\end{figure}
\end{frame}
|