Skip to content

Some posts require packages to run #117

@javierluraschi

Description

@javierluraschi

We should try to disable code that actually runs r code, see for instance:

```{r eval=T,echo=F}
library(dplyr)
res = data.table::fread('files/res.csv') %>%
filter(rowname %in% 'val_auc') %>% arrange(desc(V2)) %>%
rename(epoch_1 = V1, epoch_2 = V2, metric = rowname) %>%
mutate(epoch_1 = round(epoch_1,3),epoch_2 = round(epoch_2,3))
DT::datatable(res, options = list(dom = 't'))
```

Otherwise, when building the blog automatically, this might break or change inadvertently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions