Skip to content

JABS Core Enums

Module for defining enums used in JABS

ClassifierType

Bases: str, Enum

Classifier type for the project.

CrossValidationGroupingStrategy

Bases: str, Enum

Cross-validation grouping type for the project.

Inheriting from str allows for easy serialization to/from JSON (the enum will automatically be serialized using the enum value).

ProjectDistanceUnit

Bases: IntEnum

Distance unit for the project.