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.
Overview of Tutorials¶
-
Temporal Dependency
Learn how to set up temporal dependencies using
features_groupandnon_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. -
Understanding Wide/Long format
Understand wide vs. long formats and why
Sklong(WhatAuto-Sklongis using) prefers wide. Includes loading and preparing data. 🚨— This redirects to the Sklong tutorial, as it is a fundamental concept for understanding Auto-Sklong. -
The Search Space
Dive into Auto-Sklong's novel sequential search space for longitudinal pipelines.
-
Start with Auto-Sklong
A step-by-step guide to running your first AutoML experiment with Auto-Sklong.