Description Usage Arguments Value Examples
Function to submit the Numerai Tournament predictions
1 2 3 4 5 6 7 8 9 | submit_predictions(
submission,
location = tempdir(),
tournament = "Nomi",
legacy = TRUE,
diagnostics = FALSE,
model_id = NULL,
prefix = tournament
)
|
submission |
The data frame of predictions to submit. This should have two columns named "id" & "prediction" |
location |
The location in which to store the predictions |
tournament |
The name of the tournament, Default is Nomi and is not case-sensitive |
legacy |
logical; if |
diagnostics |
logical; set |
model_id |
Target model UUID (required for accounts with multiple models) |
prefix |
The prefix to use for the submission csv file |
The submission id for the submission made
1 2 3 4 | ## Not run:
submission_id <- submit_predictions(submission_data,tournament="Nomi")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.