powered by
Create an algorithm_evaluation instance
algorithm_evaluation(code_string, input_data, named_list_results)
An algorithm_evaluation instance
A line of code as a string, or "N/A" if not given
A data frame, a named list, or a URL as a string
A named list with metrics and values
res <- list(F1= 0.46, recall = 0.51) inst_ae <- algorithm_evaluation("N/A", "data_url", res)
Run the code above in your browser using DataLab