Skip to content

ai_classifier

marvin.components.ai_classifier

AIEnum

AIEnum is a class that extends Python's built-in Enum class. It uses the AIEnumMeta metaclass, which allows additional parameters to be passed when creating an enum. These parameters are used to customize the behavior of the AI classifier.

map classmethod

Map the classifier over a list of items.

AIEnumMeta

A metaclass for the AIEnum class.

Enables overloading of the call method to permit extra keyword arguments.