Files
entrix_case_challange/forecasting_model/__init__.py
2025-05-02 10:45:06 +02:00

8 lines
235 B
Python

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