Learn R Programming

Rnumerai (version 3.0.1)

submission_status: Submission status of the last submission associated with the account

Description

Submission status of the last submission associated with the account

Usage

submission_status(model_id, tournament = 8)

Value

Submission status and stats

Arguments

model_id

Target model UUID

tournament

Tournament ID, 8 for Main, 11 for Signal

Examples

Run this code
if (FALSE) {
model_id = get_models()[["bayo"]]
submission_status(model_id = model_id,tournament=8)
}

Run the code above in your browser using DataLab