init
This commit is contained in:
8
forecasting_model/__init__.py
Normal file
8
forecasting_model/__init__.py
Normal file
@ -0,0 +1,8 @@
|
||||
"""
|
||||
Time Series Forecasting Module with LSTM
|
||||
|
||||
This module provides a configurable PyTorch-based LSTM model for time series forecasting,
|
||||
with support for feature engineering, cross-validation, and evaluation.
|
||||
"""
|
||||
|
||||
__version__ = "0.1.0"
|
Reference in New Issue
Block a user