Module nbeats

Module nbeats 

Source
Expand description

N-BEATS Neural Basis Expansion Analysis for Time Series

This module implements N-BEATS (Neural basis expansion analysis for interpretable time series forecasting), a neural network architecture specifically designed for time series forecasting.

Structs§

NBeatsBlock
N-BEATS block implementation
NBeatsModel
Complete N-BEATS model
NBeatsStack
N-BEATS stack (collection of blocks)

Enums§

NBeatsBlockType
N-BEATS block type enumeration
NBeatsStackType
N-BEATS stack type