| build_model_row | R Documentation |
Creates a comparison table row with extracted metrics for a successfully fitted model.
build_model_row(
model_name,
n_predictors,
converged,
metrics,
model_type,
marks = NULL
)
model_name |
Character string name of the model. |
n_predictors |
Integer number of predictors in the model. |
converged |
Character string convergence status. |
metrics |
Named list of extracted model metrics. |
model_type |
Character string indicating model type. |
Data.table with single row of formatted metrics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.