Skip to content

Instantly share code, notes, and snippets.

@jsparadacelis
Created July 2, 2020 01:21
Show Gist options
  • Save jsparadacelis/2a8e300aab3bb11cc6a4d19ad3d25a58 to your computer and use it in GitHub Desktop.
Save jsparadacelis/2a8e300aab3bb11cc6a4d19ad3d25a58 to your computer and use it in GitHub Desktop.
% Definir color al principio del documento
\definecolor{Micolor1}{RGB}{134,219,255}
\begin{table}[h!]
\centering
\begin{tabular}{*5l}
\hline
\toprule
\rowcolor{Micolor1} \textbf{Métrica} & \textbf{Valor} \\
\midrule
% metricas con tres cifras significativas
Exactitud & 0.585 \\
Precisión & 0.550 \\
Exhaustividad & 0.377 \\
\bottomrule
\hline
\end{tabular}
\caption[Métricas Modelo REG-LOG-02]{Métricas Modelo REG-LOG-02 \textbf{Fuente:} Elaboración propia.}
\label{table:t_reglog02}
\end{table}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment