Function to get ordered levels of output_type_id
s for pmf or categorical output types
#153
Labels
feature
a feature request or enhancement
For the
cdf
output type as well as thepmf
output type for targets with atarget_type
ofordinal
, the order of theoutput_type_id
s matters for validation, plotting and evaluation:To support those use cases, I propose adding a function here that extracts the
output_type_id
values that were specified in thetasks.json
file, in the order they were specified there (so that we are taking the order they are given in the tasks.json file as a specification of the order of those levels.). This function probably would need to take around_id
and enough information to look up the category orders -- probablyoutput_type
and some set of task id variables?The text was updated successfully, but these errors were encountered: