\input{synthetic/figure/tikz/data} \begin{tikzpicture} \node[database,label={[align=center]above:Donné\\cible}] (base) at (0,0) {}; \node[rectangle,draw,align=center] (cible) at (10,0) {Modèle\\cible}; \draw[->,align=center] (base) to[bend left] node[midway,above] {80\% entraînement\\sans attribut sensible} (cible); \draw[->] (base) to[bend right] node[midway,below] (test) {20\% evaluation} (cible); \node[database,label={[align=left]right:Donnée\\auxilière}] (aux) at (10,-5.5) {}; \draw[->] (test) to[out=-90,in=90] node[midway,above] {\hspace{50px}Attribut sensible} (aux); \draw[->] (cible) to node[midway,right] {Prédiction} (aux); \node[rectangle,draw,align=center] (attaque) at (5,-5.5) {Modèle\\AIA}; \draw[->] (aux) to[bend right] node[midway,above] {80\% entraînement} (attaque); \draw[->] (aux) to[bend left] node[midway,below] {20\% evaluation} (attaque); \node[rectangle,align=center] (result) at (0,-5.5) {Exactitude\\équilibrée}; \draw[->] (attaque) to (result); \end{tikzpicture}