Codebase Deep Dive#
This section contains a detailed analysis of the Leaspy source code structure, explaining the interaction between Models, Algorithms, and Data.
Contents
- Architecture & Data Flow
- ModelInterface
- BaseModel
- StatefulModel
- McmcSaemCompatibleModel
- TimeReparametrizedModel
- RiemanianManifoldModel
- LogisticModel
- LogisticInitializationMixin
- Observation Models
- The Variables DAG
- Variable Types
- Declaring Variables:
get_variables_specs() - Data & Dataset
- Internal Vocabulary