Model Integration GuideΒΆ
This section walks you through integrating a new model into PyPOTS. Choose the path that matches your model before writing any code.
Standard NN Path β one optimizer, default training loop (most models)
Complex NN Path β multiple optimizers or custom training orchestration (e.g. GANs)
Non-NN Path β rule-based, statistical, or algorithmic models (no gradients)