feat(latex): refactor tables in chapter 4
This commit is contained in:
17
latex/chapters/id/tables/metrics-baseline_B.tex
Normal file
17
latex/chapters/id/tables/metrics-baseline_B.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\centering
|
||||
\begin{tabular}{lrrrr}
|
||||
\toprule
|
||||
& precision & recall & f1-score & support \\
|
||||
\midrule
|
||||
0 & 0.99 & 0.98 & 0.99 & 2565.00 \\
|
||||
1 & 0.99 & 1.00 & 1.00 & 2565.00 \\
|
||||
2 & 1.00 & 1.00 & 1.00 & 2565.00 \\
|
||||
3 & 1.00 & 1.00 & 1.00 & 2565.00 \\
|
||||
4 & 1.00 & 1.00 & 1.00 & 2565.00 \\
|
||||
5 & 1.00 & 1.00 & 1.00 & 2565.00 \\
|
||||
6 & 0.99 & 1.00 & 0.99 & 2565.00 \\
|
||||
accuracy & 1.00 & 1.00 & 1.00 & 1.00 \\
|
||||
macro avg & 1.00 & 1.00 & 1.00 & 17955.00 \\
|
||||
weighted avg & 1.00 & 1.00 & 1.00 & 17955.00 \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
Reference in New Issue
Block a user