Learn R Programming

mrap (version 1.0.1)

algorithm_evaluation: Create an algorithm_evaluation instance

Description

Create an algorithm_evaluation instance

Usage

algorithm_evaluation(code_string, input_data, named_list_results)

Value

An algorithm_evaluation instance

Arguments

code_string

A line of code as a string, or "N/A" if not given

input_data

A data frame, a named list, or a URL as a string

named_list_results

A named list with metrics and values

Examples

Run this code
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