Skip to content

Tutorials Overview 📚

Tutorials Overview 📚

The following will guide you through the understanding of Auto-Sklong, an automated machine learning (AutoML) library for longitudinal data classification. Built on Scikit-Longitudinal (Sklong) and the General Machine Learning Assistant (GAMA), Auto-Sklong introduces a novel search space to automatically discover optimal pipelines tailored to temporal dependencies in your data.

We aim to provide an understanding of longitudinal datasets, how to generalize temporal dependencies, the expected data shape, and how to leverage Auto-Sklong's AutoML capabilities for efficient model building.

Auto-Sklong Banner

📚 Overview of Tutorials

  • Temporal Dependency


    Learn how to set up temporal dependencies using features_group and non_longitudinal_features. Essential for Auto-Sklong's search space. 🚨— This redirects to the Sklong tutorial, as it is a fundamental concept for understanding Auto-Sklong.

    Read the tutorial

  • Understanding Wide/Long format


    Understand wide vs. long formats and why Sklong (What Auto-Sklong is using) prefers wide. Includes loading and preparing data. 🚨— This redirects to the Sklong tutorial, as it is a fundamental concept for understanding Auto-Sklong.

    Read the tutorial

  • The Search Space


    Dive into Auto-Sklong's novel sequential search space for longitudinal pipelines.

    Read the tutorial

  • 🚀 Start with Auto-Sklong


    A step-by-step guide to running your first AutoML experiment with Auto-Sklong.

    Read the tutorial