upload_predictions {Rnumerai} | R Documentation |
Upload predictions from file.
Description
Upload predictions from file.
Usage
upload_predictions(file_path = NA, model_id, df = NA, tournament = 8)
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 |
Value
submission_id
Examples
## Not run:
upload_predictions(file_path = "prediction.csv",model_id = get_models()[["bayo"]])
## End(Not run)
[Package Rnumerai version 3.0.1 Index]