View source: R/validation_functions.R
Validate Combined DF
1 2 3 4 5 6 | validate_combined_df(
df,
name_columns = "prediction_name",
pred_column = "prediction",
val_column = "validation"
)
|
df |
A combined prediction and validation df, typically a result of combine_validation_prediction_dfs |
name_columns |
A character vector of columns used to identify a prediction |
pred_column |
A string, the column in the prediction df that has the prediction values |
val_column |
A string, the column in the validation df that has the validation values |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.