API Reference

This section provides detailed API documentation for the modules, classes, and functions in the Ageas package.

Core Objects

ageas.Hangar(config_folder)

Collection of candidate Unit models and configs.

ageas.Deck(squad[, n_dataloader_workers, ...])

Sortie deck that trains, evaluates, and explains a squad of units.

ageas.Unit(tail, unit_type, config[, ...])

Single classifier model bundled with its configuration and runtime state.

Operations

ageas.n_kfold_selection(hangar[, ...])

N-iteration k-fold selection of top-performing models.

ageas.n_iter_boost_selection(hangar[, ...])

N-iteration boost selection driven by per-class explanation scores.

ageas.n_iter_extraction(hangar[, ...])

N-iteration extraction of top regulatory factors per class.