evaluation

Get evaluations for a specific evaluation method

Returns an array with all evaluations using the given function. Can be combined with all other filters.

get/evaluation/list/function/{name}

Path parameters

namestring required

Name of the evaluation measure, e.g. area_under_auc or predictive_accuracy. See the OpenML website for the complete list of measures.

Query parameters

api_keystring required

API key to authenticate the user

Response

A list of evaluations descriptions

Changes