# Codebase Deep Dive This section contains a detailed analysis of the Leaspy source code structure, explaining the interaction between Models, Algorithms, and Data. ```{toctree} :maxdepth: 2 :caption: Contents architecture logistic/ModelInterface logistic/BaseModel logistic/StatefulModel logistic/McmcSaemCompatibleModel logistic/TimeReparametrizedModel logistic/RiemanianManifoldModel logistic/LogisticModel logistic/LogisticInitializationMixin logistic/ObservationModel logistic/DAG io/Data vocabulary ```