tasks#
A procedure that consumes and produces well-defined components is termed a MAITE task. All below tasks are valid across AI problems and will use static type checking to validate that all passed components are structurally compatible.
|
Evaluate a model's performance on data according to some metric with optional augmentation. |
|
Make predictions for a given model & data source with optional augmentation. |
|
Evaluate pre-calculated predictions against target (truth) data for some specified metric. |
|
Create an |