combine_validation_prediction_dfs: Combine Validation and Prediction DFs

Description Usage Arguments

View source: R/validation_functions.R

Description

Combine Validation and Prediction DFs

Usage

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"
)

Arguments

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


Sage-Bionetworks/challengescoring documentation built on Sept. 28, 2020, 8:27 a.m.