This commit is contained in:
2025-05-02 10:45:06 +02:00
commit 7c9d809a82
29 changed files with 2931 additions and 0 deletions

View 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"