feat(core): add initial TSModel package with OLinear and RevIN
This commit is contained in:
8
models/OLinear/__init__.py
Normal file
8
models/OLinear/__init__.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""
|
||||
OLinear model implementation
|
||||
"""
|
||||
|
||||
from .model import * # 导入model.py中的类和函数
|
||||
|
||||
# 如果有特定的类名,可以明确指定
|
||||
__all__ = ['OLinear'] # 根据实际的类名调整
|
Reference in New Issue
Block a user