task_inference#
Utils module containing functionalities to infer the task type and possible label classes.
Functions
|
Infer task type from given dataset/labels/model_classes. |
|
Get classes_ attribute from model object if exists. |
|
Aggregate labels from all available data: labels on datasets, y_pred, and model predicitions. |
|
Infer task type of binary or multiclass. |