upload_diagnostics | R Documentation |
Upload predictions to diagnostics from file.
upload_diagnostics(file_path = NA, model_id, df = NA, tournament = 8)
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 |
diagnostics_id
## Not run: upload_diagnostics(file_path = "prediction.csv",model_id = get_models()[["bayo"]]) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.