Evaluation Using Interface
Input:- Configuration Parameters:
-
code: A string containing the custom Python code to execute. This code must define a function
main(**kwargs)
, wherekwargs
will be populated with the values from the corresponding dataset row/columns. The function should return the evaluation result (e.g., a score, boolean). -
Example Code Structure:
-
code: A string containing the custom Python code to execute. This code must define a function
main
function.