Skip to content

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 data before any downstream transformation or modelling step.

    Jump to primitives

  • Data Transformation


    The data transformation primitives are designed to start transforming your longitudinal data to either be ready for (A) standard machine learning primitives or (B) longitudinal-based machine learning ones.

    Jump to primitives

  • Preprocessors


    Preprocess your longitudinal data prior to perform machine learning. As of today, only Feature Selection for longitudinal data are available.

    Jump to primitives

  • Estimators


    Classifiers are designed to train on your longitudinal data to predict binary or multi-class label(s).

    Jump to primitives

  • Pipeline


    The pipeline primitives help you chain preparation, preprocessing, and modelling steps while preserving longitudinal metadata across the workflow.

    Jump to primitives