Skip to content

API Reference

These pages combine short orientation notes with generated API documentation from mkdocstrings.

Included here:

  • core container and transform interfaces
  • composition primitives
  • cross-validation orchestrators
  • tuning orchestration
  • common transforms and sklearn adapters
  • utility helpers for sampling, caching, targets, plotting, and spectral filters

Some modules depend on optional runtime extras. Tuning is included in the generated API docs because it is a central workflow; optional-heavy modules are otherwise avoided unless they are safe under the standard docs dependency set.

For extension examples before diving into generated API details, start with Writing Custom Transforms or Writing Custom Cross-Validators.