Learn R Programming

Rnumerai (version 3.0.1)

upload_diagnostics: Upload predictions to diagnostics from file.

Description

Upload predictions to diagnostics from file.

Usage

upload_diagnostics(file_path = NA, model_id, df = NA, tournament = 8)

Value

diagnostics_id

Arguments

file_path

CSV file with predictions that will get uploaded

model_id

Target model UUID (required for accounts with multiple models)

df

DataFrame to upload, if given both df and file_path, df will be uploaded.

tournament

Tournament ID, 8 for Main, 11 for Signal

Examples

Run this code
if (FALSE) {
upload_diagnostics(file_path = "prediction.csv",model_id = get_models()[["bayo"]])
}

Run the code above in your browser using DataLab