title: "Data for models information" output: html_document
glue::glue( "**training dataset contains { nrow(targets::tar_read(training)) } observations from { targets::tar_read(training) |> dplyr::distinct(id) |> nrow() } patients across { targets::tar_read(training) |> dplyr::distinct(hospitalid) |> nrow() } hospitals**" )
The predictions need to be better than just passing in the 'pre' sbp as a prediction - we'll call this the baseline.
glue::glue(" RMSE to beat for training data is { round(targets::tar_read(baselinetraining)$.estimate[[1]], 2) } ")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.