upload_predictions: Upload predictions from file.

View source: R/baseapi.R

upload_predictionsR 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)

Omni-Analytics-Group/Rnumerai documentation built on Sept. 18, 2022, 11:02 p.m.