download_task_splits = function(task_id, server, desc = download_desc_task(task_id, server)) {
splits = get_arff(desc$input$estimation_procedure$data_splits_url, api_key = get_api_key(server))
splits$rowid = as.integer(splits$rowid)
splits
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.