View source: R/validation_functions.R
Combine Validation and Prediction DFs
1 2 3 4 5 6 7 | combine_validation_prediction_dfs(
validation_df,
prediction_df,
name_columns = "prediction_name",
pred_column = "prediction",
val_column = "validation"
)
|
validation_df |
A df made from the validation file |
prediction_df |
A df made from the prediction file |
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.