periomod.base Overview¶
The periomod.base module contains the foundational classes and helper functions, providing data structure and configuration components.
Available Components¶
| Component | Description |
|---|---|
| BaseConfig | Configuration settings class. |
| BaseValidator | Validation class for inputs and model outputs. |
| patient_to_df | Function for converting patient data to DataFrame. |
| Patient | Patient data structure. |
| Side | Represents a side of a patient's dental chart. |
| Tooth | Represents an individual tooth structure. |