Skip to content

Commit

Permalink
Minor sylistic change.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalab committed Jan 8, 2024
1 parent e73de0e commit 1b585a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ml/evaluation-metrics.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ mat <- matrix(c("True positives (TP)", "False negatives (FN)",
colnames(mat) <- c("Actually Positive", "Actually Negative")
rownames(mat) <- c("Predicted positive", "Predicted negative")
tmp <- as.data.frame(mat)
if (knitr::is_html_output()) {
if (knitr::is_html_output()){
knitr::kable(tmp, "html") |>
kableExtra::kable_styling(bootstrap_options = "striped", full_width = FALSE)
} else{
Expand Down

0 comments on commit 1b585a0

Please sign in to comment.