Skip to content
Snippets Groups Projects
Commit 887f2f54 authored by Jeffrey Pullin's avatar Jeffrey Pullin
Browse files

Remove train and test data from predictive performance results

parent 5d8ee361
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,8 @@ multiclass_prediction <- function(result, method_id, data_id, n_genes, fold_k =
mean_precision = mean(precision),
mean_f1_score = mean(f1_score)
) %>%
ungroup()
ungroup() %>%
select(-c(train_data, test_data, train_ind))
out
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment