Introduce metrics here
ROC
Here is an example constructed from sample data, training 12 different ML models.
::: question
library(ggplot2) targets::tar_read(ranking) + theme_bw()
A quick overview, obtained from a node in the pipeline.
::: note
And to check if the predictions are close to the actual observations, we inspect another node from the pipeline.
targets::tar_read(visual_verify) + theme_bw()
Looks good. What is the error metric associated with this?
targets::tar_read(metrics)
::: question
That is the benefit of making your own package.
- Simply run ML::results
to get the best performing model straight into your R session
- Look at the documentation by running ?results
.
ML::results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.