xai4tsc.models
TSC model base class, built-in models, and the MODELS registry.
Submodules:
models— built-in architectures (FCN, LeNet, ResNet, LSTM, XLSTM, PatchTST), theMODELSregistry, and theload_model()factory.base— theModelBaseABC (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.