API¶
Welcome to Sklong's API where you will find all references to each and one of the available modules of Scikit-Longitudinal, hyperparameters, examples and more. Enjoy the wander!
Documentation Under Alpha Construction
Some API reference pages are still being refined. If something looks incomplete or outdated, please open an issue.
-
Data Preparation
The data preparation primitives help you load, inspect, and organise your
longitudinal databefore any downstream transformation or modelling step. -
Data Transformation
The
data transformationprimitives are designed to start transforming yourlongitudinal datato either be ready for (A) standard machine learning primitives or (B) longitudinal-based machine learning ones. -
Preprocessors
Preprocess your
longitudinal dataprior to perform machine learning. As of today, onlyFeature Selectionforlongitudinal dataare available. -
Estimators
Classifiersare designed to train on yourlongitudinal datato predict binary or multi-class label(s). -
Pipeline
The
pipelineprimitives help you chain preparation, preprocessing, and modelling steps while preserving longitudinal metadata across the workflow.