This function returns a data.frame
containing the currently
supported performance metrics.
Value
A data.frame
with 3 columns:
id
contains the id used in renoir for the performance metric (e.g. 'class')
name
contains the name of the performance metric (e.g. 'Misclassification Error')
problem
contains the type of problem for which is commonly used (e.g. 'classification')
Details
The currently implemented performance metrics are returned in a data.frame
.
If resp.type
is provided, only the metrics supported for the given response
are returned.