powered by
Download specified file for the given round.
download_dataset( filename = "v2/numerai_live_data.csv", dest_path = NA, round_num = NA )
list of filenames
File to be downloaded, defaults to live data
File path where the file should be stored, Defaults to current directory with filename parameter
Tournament round you are interested in, defaults to the current round.
if (FALSE) { download_dataset(round_num=328) }
Run the code above in your browser using DataLab