feat(core): add initial TSModel package with OLinear and RevIN
This commit is contained in:
8
models/__init__.py
Normal file
8
models/__init__.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""
|
||||
Models module for time series forecasting
|
||||
"""
|
||||
|
||||
from . import OLinear
|
||||
from . import RevIN
|
||||
|
||||
__all__ = ['OLinear', 'RevIN']
|
Reference in New Issue
Block a user