Reference#
Encyclopedia MAITEanica.
COMING SOON! All reference documentation includes detailed Examples sections. Please scroll to the bottom of any given reference page to see the examples.
Protocols#
Data, Datasets, & DataLoaders#
A dataset protocol for image classification ML subproblem providing datum-level data access. |
|
A dataloader protocol for the image classification ML subproblem providing batch-level data access. |
|
An object-detection target protocol. |
|
|
A dataset protocol for object detection ML subproblem providing datum-level data access. |
|
A dataloader protocol for the object detection ML subproblem providing batch-level data access. |
Models#
|
A model protocol for the image classification ML subproblem. |
|
A model protocol for the object detection ML subproblem. |
Augmentations#
An augmentation protocol for the image classification subproblem. |
|
An augmentation protocol for the object detection subproblem. |
Metrics#
|
A metric protocol for the image classification ML subproblem. |
|
A metric protocol for the object detection ML subproblem. |
Workflows#
|
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. |
Validation and Error Handling#
|
Check that an argument is an instance of one or more types. |
|
Check that an argument falls within |
|
Check that |
|
Enable validators to be chained together. |
Base exception thrown by the MAITE. |
|
A MAITE interface was passed a bad value or type. |
Testing Tools#
|
Validate an object's docstring against the NumPy docstring standard [Rf5befd11ff4f-1]. |
|
Scan a Python object, docstring, or file with pyright. |
The schema for the JSON output of a pyright scan |
|
|
A convenience function that returns a list of error messages reported by pyright. |
|
A pytest fixture that runs a test in a temporary directory as the current working directory. |
Uses pyright's type completeness scan to summarize a module's contents. |
|
|
Return all public symbols (functions, classes, etc.) from a module's API. |