powered by
Upload predictions to diagnostics from file.
upload_diagnostics(file_path = NA, model_id, df = NA, tournament = 8)
diagnostics_id
CSV file with predictions that will get uploaded
Target model UUID (required for accounts with multiple models)
DataFrame to upload, if given both df and file_path, df will be uploaded.
Tournament ID, 8 for Main, 11 for Signal
if (FALSE) { upload_diagnostics(file_path = "prediction.csv",model_id = get_models()[["bayo"]]) }
Run the code above in your browser using DataLab