when I run the exampel 《Rating Movie Reviews (Scoring task)》, and change config_default.yml like this:
eval:
function_name: 'ranking'
num_large_errors: 4
num_boundary_predictions : 0
error_threshold: 0.5
but function_params is needded
elif config.function_name == 'ranking':
return utils.set_ranking_function(config.function_params)
else:
how to config function_params?
thanks