xai4tsc.models

TSC model base class, built-in models, and the MODELS registry.

Submodules:

  • models — built-in architectures (FCN, LeNet, ResNet, LSTM, XLSTM, PatchTST), the MODELS registry, and the load_model() factory.

  • base — the ModelBase ABC (training, prediction, evaluation, checkpoint save/load).

Subclass ModelBase to add a custom model; use load_model() to instantiate one by name or from a checkpoint.

Submodules